diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-02-04 20:46:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-05 07:11:33 +0100 |
commit | fcf39ae78e02db89dc5969b93a91c992c9924b57 (patch) | |
tree | bacb089d3cf2039f9c07080bb66066491d1a5e89 /toolkit/source/awt/vclxsystemdependentwindow.cxx | |
parent | 7d886eec953efa593708db9560d0e69ac12c99cf (diff) |
move some toolkit/ headers inside the module
Change-Id: I88badb1eb586db00a350afbcd6f4903a5623c724
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87988
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source/awt/vclxsystemdependentwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxsystemdependentwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxsystemdependentwindow.cxx b/toolkit/source/awt/vclxsystemdependentwindow.cxx index 01026907396f..2c53edf19b27 100644 --- a/toolkit/source/awt/vclxsystemdependentwindow.cxx +++ b/toolkit/source/awt/vclxsystemdependentwindow.cxx @@ -23,7 +23,7 @@ #include <com/sun/star/awt/SystemDependentXWindow.hpp> #endif -#include <toolkit/awt/vclxsystemdependentwindow.hxx> +#include <awt/vclxsystemdependentwindow.hxx> #include <toolkit/helper/macros.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/queryinterface.hxx> |