summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/acceleratorexecute.hxx8
-rw-r--r--svtools/inc/svtools/brwbox.hxx7
-rw-r--r--svtools/inc/svtools/helpopt.hxx3
-rw-r--r--svtools/inc/svtools/svlbox.hxx3
-rw-r--r--svtools/inc/svtools/svtabbx.hxx3
-rw-r--r--svtools/inc/svtools/textdata.hxx7
6 files changed, 0 insertions, 31 deletions
diff --git a/svtools/inc/svtools/acceleratorexecute.hxx b/svtools/inc/svtools/acceleratorexecute.hxx
index 321c53869657..66a025de4731 100644
--- a/svtools/inc/svtools/acceleratorexecute.hxx
+++ b/svtools/inc/svtools/acceleratorexecute.hxx
@@ -34,22 +34,14 @@
#include "svtools/svtdllapi.h"
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
#include <com/sun/star/frame/XFrame.hpp>
-
#include <com/sun/star/frame/XDispatchProvider.hpp>
-
#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
-
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/util/URL.hpp>
-
#include <com/sun/star/awt/KeyEvent.hpp>
#include <vcl/keycod.hxx>
#include <vcl/evntpost.hxx>
diff --git a/svtools/inc/svtools/brwbox.hxx b/svtools/inc/svtools/brwbox.hxx
index cc1b5b58b0cb..4a05fa83b473 100644
--- a/svtools/inc/svtools/brwbox.hxx
+++ b/svtools/inc/svtools/brwbox.hxx
@@ -38,15 +38,8 @@
#include <svtools/accessibletableprovider.hxx>
#include <vector>
-#ifndef INCLUDED_LIMITS_H
#include <limits.h>
-#define INCLUDED_LIMITS_H
-#endif
-
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
class BrowserColumn;
class BrowserDataWin;
diff --git a/svtools/inc/svtools/helpopt.hxx b/svtools/inc/svtools/helpopt.hxx
index a22a10e97ac7..bcd367b2e7d3 100644
--- a/svtools/inc/svtools/helpopt.hxx
+++ b/svtools/inc/svtools/helpopt.hxx
@@ -30,10 +30,7 @@
#include "svtools/svtdllapi.h"
-#ifndef INCLUDED_LIST
#include <list>
-#define INCLUDED_LIST
-#endif
#include <tools/string.hxx>
#include <unotools/options.hxx>
diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx
index 3d1f6a6e343b..92aa9460e692 100644
--- a/svtools/inc/svtools/svlbox.hxx
+++ b/svtools/inc/svtools/svlbox.hxx
@@ -31,10 +31,7 @@
#include "svtools/svtdllapi.h"
-#ifndef INCLUDED_DEQUE
#include <deque>
-#define INCLUDED_DEQUE
-#endif
#include <vcl/ctrl.hxx>
#include <vcl/seleng.hxx>
diff --git a/svtools/inc/svtools/svtabbx.hxx b/svtools/inc/svtools/svtabbx.hxx
index 99fdba235c20..4c5701830832 100644
--- a/svtools/inc/svtools/svtabbx.hxx
+++ b/svtools/inc/svtools/svtabbx.hxx
@@ -32,10 +32,7 @@
#include <svtools/svtreebx.hxx>
#include <svtools/accessibletableprovider.hxx>
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
enum SvTabJustify
{
diff --git a/svtools/inc/svtools/textdata.hxx b/svtools/inc/svtools/textdata.hxx
index 1708f8f80f4f..29d97e6e51e4 100644
--- a/svtools/inc/svtools/textdata.hxx
+++ b/svtools/inc/svtools/textdata.hxx
@@ -154,15 +154,8 @@ struct TEIMEInfos
// ----------------- Wrapper for old Tools List -------------------
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
-
-#ifndef INCLUDED_ALGORITHM
#include <algorithm>
-#define INCLUDED_ALGORITHM
-#endif
template <class T> class ToolsList : public ::std::vector< T >
{