summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-22 16:35:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-22 20:26:08 +0100
commitc02696d7f9e4f56954e1c37452949762872f1f8e (patch)
tree4747644c1604bda5ab8a00830a8adb4358868f38 /toolkit
parent216d7c42a8ccc5fa1379e84cb6b32d21857f774d (diff)
forward declare some things and avoid includes
Change-Id: I8bf6e23904c932de646aa84fffab1b5549dbdf31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111349 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/tree/treecontrolpeer.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/source/controls/tree/treecontrolpeer.cxx b/toolkit/source/controls/tree/treecontrolpeer.cxx
index 1b302d551db9..1f7a22a5217e 100644
--- a/toolkit/source/controls/tree/treecontrolpeer.cxx
+++ b/toolkit/source/controls/tree/treecontrolpeer.cxx
@@ -18,7 +18,6 @@
*/
-#include <memory>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/view/SelectionType.hpp>
@@ -41,6 +40,8 @@
#include <vcl/toolkit/svlbitm.hxx>
#include <map>
+#include <memory>
+#include <list>
using namespace ::com::sun::star;
using namespace css::uno;