diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 13:01:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 17:12:39 +0100 |
commit | 2813400886ad1b8dda4675e2696d4aa4c599fc8c (patch) | |
tree | c7aa6a99b738d7ae4f157d570535d031f78cd717 /vcl/source/treelist | |
parent | c920592d2e431d96a1a8c5896a23d7dc59b01cf6 (diff) |
svimpbox.hxx now only included by vcl
Change-Id: I0dd7691d0be8a3f54a7bcace17a36dce0ed17931
Reviewed-on: https://gerrit.libreoffice.org/81677
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/treelist')
-rw-r--r-- | vcl/source/treelist/svimpbox.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/treelistbox.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx index 5a7308b8a3a3..e2dca323dd26 100644 --- a/vcl/source/treelist/svimpbox.cxx +++ b/vcl/source/treelist/svimpbox.cxx @@ -29,9 +29,9 @@ #include <vcl/treelistbox.hxx> #include <vcl/svlbitm.hxx> -#include <vcl/svimpbox.hxx> #include <tools/wintypes.hxx> #include <bitmaps.hlst> +#include <svimpbox.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 239325e2ba0c..b7bd338ff831 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -42,7 +42,7 @@ #include <vcl/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> -#include <vcl/svimpbox.hxx> +#include <svimpbox.hxx> #include <set> #include <string.h> |