summaryrefslogtreecommitdiff
path: root/include/vcl/treelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/treelist.hxx')
-rw-r--r--include/vcl/treelist.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/treelist.hxx b/include/vcl/treelist.hxx
index 3b7eba4a2c36..8b56418bf063 100644
--- a/include/vcl/treelist.hxx
+++ b/include/vcl/treelist.hxx
@@ -22,15 +22,12 @@
#include <vcl/dllapi.h>
#include <vcl/treelistentries.hxx>
-#include <vcl/viewdataentry.hxx>
#include <tools/solar.h>
#include <tools/link.hxx>
#include <tools/contnr.hxx>
-#include <limits.h>
#include <memory>
-#include <vector>
enum class SvListAction
{
@@ -50,6 +47,7 @@ enum class SvListAction
class SvTreeListEntry;
class SvListView;
+class SvViewDataEntry;
enum SvSortMode { SortAscending, SortDescending, SortNone };