diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-03 10:17:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-03 12:27:18 +0100 |
commit | b55bf0cbdfdc68200ebf191b828a912373f1b7dc (patch) | |
tree | 90348930d73214dd5481c9c399beeabc805d1c21 /editeng/source/uno/unopracc.cxx | |
parent | 0045b6f36e5e1445d699f87a0f6597d665b4cfe4 (diff) |
move some headers inside their module
Change-Id: I026f920d475c4ce56a12d6b29a702673e8bd7a1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/source/uno/unopracc.cxx')
-rw-r--r-- | editeng/source/uno/unopracc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unopracc.cxx b/editeng/source/uno/unopracc.cxx index 6b2e5b42c376..2262bdd9fcab 100644 --- a/editeng/source/uno/unopracc.cxx +++ b/editeng/source/uno/unopracc.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <cppuhelper/supportsservice.hxx> -#include <editeng/unopracc.hxx> +#include <unopracc.hxx> #include <editeng/unoedsrc.hxx> using namespace ::com::sun::star; |