diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-27 10:56:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-27 17:10:45 +0000 |
commit | e0849330bc4875384704fe031d563f8971ca4d96 (patch) | |
tree | 5d330960717aed2eb825360c16e8df976fa4b607 /unodevtools/inc | |
parent | a88ee01b8683ded7d9da6dbcbf4d3e0c2ed4cadc (diff) |
Get rid of unnecessary directory levels $D/inc/$D
Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48
Reviewed-on: https://gerrit.libreoffice.org/25532
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/options.hxx (renamed from unodevtools/inc/unodevtools/options.hxx) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/options.hxx index 566c18d01f1c..3ba269fe8d14 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/options.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNODEVTOOLS_INC_UNODEVTOOLS_OPTIONS_HXX -#define INCLUDED_UNODEVTOOLS_INC_UNODEVTOOLS_OPTIONS_HXX +#ifndef INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX +#define INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX #include "sal/config.h" @@ -37,6 +37,6 @@ bool readOption( const sal_Char * pOpt, } // end of namespace unodevtools -#endif // INCLUDED_UNODEVTOOLS_INC_UNODEVTOOLS_OPTIONS_HXX +#endif // INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |