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/controls/tabpagemodel.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/controls/tabpagemodel.cxx')
-rw-r--r-- | toolkit/source/controls/tabpagemodel.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/tabpagemodel.cxx b/toolkit/source/controls/tabpagemodel.cxx index 8b9ebbc1036b..8a0856f2d08a 100644 --- a/toolkit/source/controls/tabpagemodel.cxx +++ b/toolkit/source/controls/tabpagemodel.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <toolkit/controls/tabpagemodel.hxx> +#include <controls/tabpagemodel.hxx> #include <vcl/svapp.hxx> #include <toolkit/helper/property.hxx> @@ -29,8 +29,8 @@ #include <tools/debug.hxx> #include <vcl/outdev.hxx> -#include <toolkit/controls/controlmodelcontainerbase.hxx> -#include <toolkit/controls/unocontrolcontainer.hxx> +#include <controls/controlmodelcontainerbase.hxx> +#include <controls/unocontrolcontainer.hxx> #include <helper/unopropertyarrayhelper.hxx> |