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/vclxtabpagecontainer.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/vclxtabpagecontainer.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtabpagecontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtabpagecontainer.cxx b/toolkit/source/awt/vclxtabpagecontainer.cxx index 667797a47752..0bfacc695136 100644 --- a/toolkit/source/awt/vclxtabpagecontainer.cxx +++ b/toolkit/source/awt/vclxtabpagecontainer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <toolkit/awt/vclxtabpagecontainer.hxx> +#include <awt/vclxtabpagecontainer.hxx> #include <com/sun/star/awt/tab/XTabPageModel.hpp> #include <com/sun/star/awt/XControl.hpp> #include <sal/log.hxx> |