diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-29 23:28:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-30 12:47:50 +0100 |
commit | 747cb47357f7088077e78878c1a37ad58138faf3 (patch) | |
tree | 5c033c40b888268236f4a382a11dae6ed137a7c0 /svl | |
parent | 2b049bb03a6d7bf55cac2eedceff52b998167e3c (diff) |
remove unnecessary includes of svl/svarray.hxx
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/itempool.hxx | 1 | ||||
-rw-r--r-- | svl/inc/svl/lstner.hxx | 1 | ||||
-rw-r--r-- | svl/inc/svl/poolitem.hxx | 1 | ||||
-rw-r--r-- | svl/inc/svl/undo.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/svl/inc/svl/itempool.hxx b/svl/inc/svl/itempool.hxx index a00d8a6bc35e..f6a7c6d92781 100644 --- a/svl/inc/svl/itempool.hxx +++ b/svl/inc/svl/itempool.hxx @@ -25,7 +25,6 @@ #include <limits.h> #include <tools/solar.h> #include <tools/string.hxx> -#include <svl/svarray.hxx> #include <svl/poolitem.hxx> #include <vector> diff --git a/svl/inc/svl/lstner.hxx b/svl/inc/svl/lstner.hxx index c856b16f7ede..e54368abb557 100644 --- a/svl/inc/svl/lstner.hxx +++ b/svl/inc/svl/lstner.hxx @@ -21,7 +21,6 @@ #include "svl/svldllapi.h" #include <tools/rtti.hxx> -#include <svl/svarray.hxx> #include <deque> class SfxBroadcaster; diff --git a/svl/inc/svl/poolitem.hxx b/svl/inc/svl/poolitem.hxx index 2b606d794886..4d60a354795a 100644 --- a/svl/inc/svl/poolitem.hxx +++ b/svl/inc/svl/poolitem.hxx @@ -28,7 +28,6 @@ #include <tools/solar.h> #include <tools/debug.hxx> #include <tools/string.hxx> -#include <svl/svarray.hxx> #include <svl/hint.hxx> typedef long SfxArgumentError; diff --git a/svl/inc/svl/undo.hxx b/svl/inc/svl/undo.hxx index 64cf765677ef..096b05e74f04 100644 --- a/svl/inc/svl/undo.hxx +++ b/svl/inc/svl/undo.hxx @@ -22,7 +22,6 @@ #include "svl/svldllapi.h" #include <tools/rtti.hxx> #include <tools/string.hxx> -#include <svl/svarray.hxx> #include <boost/scoped_ptr.hpp> |