summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-03 15:13:13 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-01-05 15:38:51 +0100
commit53d27eb2077794b3fa785576f011f9c358561d51 (patch)
tree39c5a1934461a1d9deccd8e13b8bcff569419f42 /svl
parenta1cfce768f83842defd8068a8eba5ed3eaeea255 (diff)
Removed unnecessary tools includes.
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/cntwall.cxx1
-rw-r--r--svl/source/memtools/svarray.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/items/cntwall.cxx b/svl/source/items/cntwall.cxx
index 245596e7fa8e..76660e07a15e 100644
--- a/svl/source/items/cntwall.cxx
+++ b/svl/source/items/cntwall.cxx
@@ -28,7 +28,6 @@
#include <tools/debug.hxx>
-#include <tools/string.hxx>
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx
index 33023214df08..5d920438ff0c 100644
--- a/svl/source/memtools/svarray.cxx
+++ b/svl/source/memtools/svarray.cxx
@@ -47,7 +47,6 @@
#define _SVSTDARR_XUB_STRLEN
#include <svl/svstdarr.hxx>
-#include <tools/string.hxx>
#include <tools/debug.hxx>
SV_IMPL_VARARR(SvPtrarr,VoidPtr)