diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-19 08:29:03 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-19 08:29:03 -0800 |
commit | aefcf32dc048b0de2129c8ad1af0dfea50c4c9bb (patch) | |
tree | cba1a8bd7ef080b606439a1e3272e014c672aac1 /svtools | |
parent | 92afab4044d82feceb4de506ee83d23489ff2df9 (diff) |
Some more #include <tools/list.hxx> cleanup
I basically removed them for everywhere and then added back in only the
ones required to get it to build.
I did a "make distclean" on Mac and it worked.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/ctrltool.hxx | 2 | ||||
-rw-r--r-- | svtools/inc/taskbar.hxx | 1 | ||||
-rw-r--r-- | svtools/source/control/headbar.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/taskbar.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/taskbox.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/taskmisc.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/taskstat.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/valueimp.hxx | 1 | ||||
-rw-r--r-- | svtools/source/control/valueset.cxx | 1 | ||||
-rw-r--r-- | svtools/source/edit/textdat2.hxx | 1 | ||||
-rw-r--r-- | svtools/source/edit/textdoc.hxx | 1 | ||||
-rw-r--r-- | svtools/source/graphic/grfcache.hxx | 1 |
12 files changed, 1 insertions, 12 deletions
diff --git a/svtools/inc/ctrltool.hxx b/svtools/inc/ctrltool.hxx index 857471948228..b13d2e5c131a 100644 --- a/svtools/inc/ctrltool.hxx +++ b/svtools/inc/ctrltool.hxx @@ -30,9 +30,9 @@ #define _CTRLTOOL_HXX #include "svtools/svtdllapi.h" +#include <tools/list.hxx> #include <sal/types.h> -#include <tools/list.hxx> #include <vcl/metric.hxx> class ImplFontListNameInfo; diff --git a/svtools/inc/taskbar.hxx b/svtools/inc/taskbar.hxx index 3c80ab060415..129ccf76803f 100644 --- a/svtools/inc/taskbar.hxx +++ b/svtools/inc/taskbar.hxx @@ -31,7 +31,6 @@ #include "svtools/svtdllapi.h" #include <tools/time.hxx> -#include <tools/list.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> #include <vcl/status.hxx> diff --git a/svtools/source/control/headbar.cxx b/svtools/source/control/headbar.cxx index 3def4aeb8b66..38c233b27699 100644 --- a/svtools/source/control/headbar.cxx +++ b/svtools/source/control/headbar.cxx @@ -32,7 +32,6 @@ #define _SV_HEADBAR_CXX #include <svtools/headbar.hxx> #include <tools/debug.hxx> -#include <tools/list.hxx> #include <vcl/svapp.hxx> #include <vcl/help.hxx> diff --git a/svtools/source/control/taskbar.cxx b/svtools/source/control/taskbar.cxx index 185989c5b68f..8298374fb40b 100644 --- a/svtools/source/control/taskbar.cxx +++ b/svtools/source/control/taskbar.cxx @@ -31,7 +31,6 @@ #define _TASKBAR_CXX -#include <tools/list.hxx> #include <tools/debug.hxx> #include <vcl/floatwin.hxx> diff --git a/svtools/source/control/taskbox.cxx b/svtools/source/control/taskbox.cxx index 30bc76dca436..21cf187b6cea 100644 --- a/svtools/source/control/taskbox.cxx +++ b/svtools/source/control/taskbox.cxx @@ -31,7 +31,6 @@ #define _TASKBAR_CXX -#include <tools/list.hxx> #include <tools/debug.hxx> #include <vcl/image.hxx> #include <vcl/help.hxx> diff --git a/svtools/source/control/taskmisc.cxx b/svtools/source/control/taskmisc.cxx index 1e4634a2a1fe..8c367a7d135a 100644 --- a/svtools/source/control/taskmisc.cxx +++ b/svtools/source/control/taskmisc.cxx @@ -31,7 +31,6 @@ #define _TASKBAR_CXX -#include <tools/list.hxx> #include <tools/debug.hxx> #include <vcl/help.hxx> diff --git a/svtools/source/control/taskstat.cxx b/svtools/source/control/taskstat.cxx index c3f8d4d0bc30..03c5199391a4 100644 --- a/svtools/source/control/taskstat.cxx +++ b/svtools/source/control/taskstat.cxx @@ -31,7 +31,6 @@ #define _TASKBAR_CXX -#include <tools/list.hxx> #include <tools/debug.hxx> #include <tools/date.hxx> #include <vcl/image.hxx> diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx index f20913941aae..3df14947481f 100644 --- a/svtools/source/control/valueimp.hxx +++ b/svtools/source/control/valueimp.hxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <osl/mutex.hxx> -#include <tools/list.hxx> #include <tools/color.hxx> #include <tools/string.hxx> #include <vcl/image.hxx> diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 72fc9f07fc4d..87888d148f53 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -28,7 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include <tools/list.hxx> #include <tools/debug.hxx> #include <vcl/decoview.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/edit/textdat2.hxx b/svtools/source/edit/textdat2.hxx index eb129fc5bca1..df2e3ffaf6a5 100644 --- a/svtools/source/edit/textdat2.hxx +++ b/svtools/source/edit/textdat2.hxx @@ -31,7 +31,6 @@ #define _TEXTDAT2_HXX #include <svl/svarray.hxx> -#include <tools/list.hxx> #include <vcl/seleng.hxx> #include <vcl/virdev.hxx> #include <vcl/cursor.hxx> diff --git a/svtools/source/edit/textdoc.hxx b/svtools/source/edit/textdoc.hxx index ed8919a5cb22..ea7619f3da25 100644 --- a/svtools/source/edit/textdoc.hxx +++ b/svtools/source/edit/textdoc.hxx @@ -35,7 +35,6 @@ #include <tools/debug.hxx> #include <tools/string.hxx> -#include <tools/list.hxx> typedef TextCharAttrib* TextCharAttribPtr; SV_DECL_PTRARR_DEL( TextCharAttribs, TextCharAttribPtr, 0, 4 ) diff --git a/svtools/source/graphic/grfcache.hxx b/svtools/source/graphic/grfcache.hxx index a91ad1e833f3..a2b7593d159b 100644 --- a/svtools/source/graphic/grfcache.hxx +++ b/svtools/source/graphic/grfcache.hxx @@ -29,7 +29,6 @@ #ifndef _GRFCACHE_HXX #define _GRFCACHE_HXX -#include <tools/list.hxx> #include <vcl/graph.hxx> #include <vcl/timer.hxx> #include <svtools/grfmgr.hxx> |