diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-19 11:24:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-19 11:24:35 +0300 |
commit | 1a043545906f2b272fe80ecfa992b599284b9432 (patch) | |
tree | f1b9a68d248d80b7bc74f4ac3367fd7428b1fa61 /toolkit/source/awt/vclxtoolkit.cxx | |
parent | 6a579871d93c05630986f7d67bd670287ceba6de (diff) |
Move headers that are private to toolkit there, then
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
Diffstat (limited to 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index c7bf2257924b..054ef9432b48 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -79,7 +79,6 @@ using org::libreoffice::touch::ByteBufferWrapper; #include <toolkit/awt/vclxtopwindow.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <toolkit/helper/unowrapper.hxx> #include <toolkit/helper/servicenames.hxx> #include <toolkit/helper/macros.hxx> @@ -123,6 +122,8 @@ using org::libreoffice::touch::ByteBufferWrapper; #include <comphelper/processfactory.hxx> #include <toolkit/awt/scrollabledialog.hxx> +#include "helper/unowrapper.hxx" + #define VCLWINDOW_FRAMEWINDOW 0x1000 #define VCLWINDOW_SYSTEMCHILDWINDOW 0x1001 |