summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sot/sotdata.hxx5
-rw-r--r--sot/source/sdstor/stgavl.hxx2
-rw-r--r--sot/source/sdstor/stgelem.hxx2
3 files changed, 0 insertions, 9 deletions
diff --git a/include/sot/sotdata.hxx b/include/sot/sotdata.hxx
index cb14386f8ec3..88a7dde5352d 100644
--- a/include/sot/sotdata.hxx
+++ b/include/sot/sotdata.hxx
@@ -20,16 +20,11 @@
#ifndef INCLUDED_SOT_SOTDATA_HXX
#define INCLUDED_SOT_SOTDATA_HXX
-/*************************************************************************
-*************************************************************************/
-
-#include <tools/solar.h>
#include <sot/sotdllapi.h>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <vector>
#include <list>
-//==================class SotData_Impl====================================
class SotFactory;
class SotObject;
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx
index 31d1c0f2f049..43bab74195b2 100644
--- a/sot/source/sdstor/stgavl.hxx
+++ b/sot/source/sdstor/stgavl.hxx
@@ -20,8 +20,6 @@
#ifndef _STGAVL_HXX
#define _STGAVL_HXX
-#include <tools/solar.h>
-
// This class must be overloaded to define real, living nodes.
// Especially, the compare function must be implemented.
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 822d4e837e1c..8598efc175b6 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -23,8 +23,6 @@
#ifndef _STGELEM_HXX
#define _STGELEM_HXX
-#include <tools/solar.h>
-
#include <sot/stg.hxx>
class StgIo;