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 /pyuno | |
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 'pyuno')
-rw-r--r-- | pyuno/inc/pyuno.hxx (renamed from pyuno/inc/pyuno/pyuno.hxx) | 4 | ||||
-rw-r--r-- | pyuno/source/loader/pyuno_loader.cxx | 2 | ||||
-rw-r--r-- | pyuno/source/module/pyuno_impl.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno.hxx index 6e3a030b0790..eac255469a6b 100644 --- a/pyuno/inc/pyuno/pyuno.hxx +++ b/pyuno/inc/pyuno.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_PYUNO_INC_PYUNO_PYUNO_HXX -#define INCLUDED_PYUNO_INC_PYUNO_PYUNO_HXX +#ifndef INCLUDED_PYUNO_INC_PYUNO_HXX +#define INCLUDED_PYUNO_INC_PYUNO_HXX #ifndef Py_PYTHON_H #if defined _MSC_VER diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx index ce5bca5e5402..ef16cfb1872e 100644 --- a/pyuno/source/loader/pyuno_loader.cxx +++ b/pyuno/source/loader/pyuno_loader.cxx @@ -20,7 +20,7 @@ #include <config_features.h> #include <config_folders.h> -#include <pyuno/pyuno.hxx> +#include <pyuno.hxx> #include <osl/process.h> #include <osl/file.hxx> diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 0452da7cef6f..834333e61e7d 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -46,7 +46,7 @@ typedef long Py_hash_t; # define Py_TPFLAGS_HAVE_SEQUENCE_IN 0 #endif -#include <pyuno/pyuno.hxx> +#include <pyuno.hxx> #include <unordered_map> #include <unordered_set> |