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 /tools | |
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 'tools')
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 1 | ||||
-rw-r--r-- | tools/inc/bootstrp/mkcreate.hxx | 1 | ||||
-rw-r--r-- | tools/inc/bootstrp/sstring.hxx | 1 | ||||
-rw-r--r-- | tools/inc/tools/geninfo.hxx | 1 | ||||
-rw-r--r-- | tools/inc/tools/inetmsg.hxx | 1 | ||||
-rw-r--r-- | tools/inc/tools/multisel.hxx | 3 | ||||
-rw-r--r-- | tools/source/fsys/comdep.cxx | 1 | ||||
-rw-r--r-- | tools/source/fsys/dirent.cxx | 2 | ||||
-rw-r--r-- | tools/source/fsys/os2.cxx | 1 | ||||
-rw-r--r-- | tools/source/fsys/tdir.cxx | 1 | ||||
-rw-r--r-- | tools/source/fsys/unx.cxx | 1 | ||||
-rw-r--r-- | tools/source/fsys/wntmsc.cxx | 1 |
12 files changed, 1 insertions, 14 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index 75a63f7e380a..650f4ade4b58 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -40,7 +40,6 @@ #include "sal/main.h" #include <tools/string.hxx> -#include <tools/list.hxx> #include <tools/fsys.hxx> #include <tools/stream.hxx> diff --git a/tools/inc/bootstrp/mkcreate.hxx b/tools/inc/bootstrp/mkcreate.hxx index b315df754af0..0178d57c6ef2 100644 --- a/tools/inc/bootstrp/mkcreate.hxx +++ b/tools/inc/bootstrp/mkcreate.hxx @@ -32,7 +32,6 @@ #include <tools/string.hxx> #include "bootstrp/sstring.hxx" -#include <tools/list.hxx> #include "bootstrp/prj.hxx" class SvStream; diff --git a/tools/inc/bootstrp/sstring.hxx b/tools/inc/bootstrp/sstring.hxx index 70afc28c6c07..ba63b9a1c8ea 100644 --- a/tools/inc/bootstrp/sstring.hxx +++ b/tools/inc/bootstrp/sstring.hxx @@ -30,7 +30,6 @@ #define _SSTRING_HXX #include <tools/string.hxx> -#include <tools/list.hxx> #include <vector> #define NOT_THERE LIST_ENTRY_NOTFOUND diff --git a/tools/inc/tools/geninfo.hxx b/tools/inc/tools/geninfo.hxx index dfdcee18cb1a..97a6b963cdb0 100644 --- a/tools/inc/tools/geninfo.hxx +++ b/tools/inc/tools/geninfo.hxx @@ -31,7 +31,6 @@ #include "tools/toolsdllapi.h" #include <tools/string.hxx> -#include <tools/list.hxx> #include <vector> // forwards diff --git a/tools/inc/tools/inetmsg.hxx b/tools/inc/tools/inetmsg.hxx index 77d08c5f0818..63af8114ddf8 100644 --- a/tools/inc/tools/inetmsg.hxx +++ b/tools/inc/tools/inetmsg.hxx @@ -34,7 +34,6 @@ #include <rtl/textenc.h> #include <tools/inetmime.hxx> -#include <tools/list.hxx> #include <tools/stream.hxx> #include <tools/string.hxx> diff --git a/tools/inc/tools/multisel.hxx b/tools/inc/tools/multisel.hxx index 6215e959e42f..e077914c8eea 100644 --- a/tools/inc/tools/multisel.hxx +++ b/tools/inc/tools/multisel.hxx @@ -30,7 +30,6 @@ #include "tools/toolsdllapi.h" #include <tools/gen.hxx> -#include <tools/list.hxx> #include <tools/string.hxx> #include <vector> @@ -40,7 +39,7 @@ typedef ::std::vector< Range* > ImpSelList; -#define SFX_ENDOFSELECTION CONTAINER_ENTRY_NOTFOUND +#define SFX_ENDOFSELECTION ULONG_MAX //------------------------------------------------------------------ diff --git a/tools/source/fsys/comdep.cxx b/tools/source/fsys/comdep.cxx index b1dd7342ed27..1904e39132ba 100644 --- a/tools/source/fsys/comdep.cxx +++ b/tools/source/fsys/comdep.cxx @@ -31,7 +31,6 @@ #include "comdep.hxx" #include <tools/debug.hxx> -#include <tools/list.hxx> #include <tools/fsys.hxx> DBG_NAMEEX( DirEntry ) diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx index 0cd50dc948fe..a276bf3bfca3 100644 --- a/tools/source/fsys/dirent.cxx +++ b/tools/source/fsys/dirent.cxx @@ -29,7 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" - #if !defined UNX #include <io.h> #include <process.h> @@ -47,7 +46,6 @@ #include <stdio.h> #include <string.h> #include <tools/debug.hxx> -#include <tools/list.hxx> #include "comdep.hxx" #include <tools/fsys.hxx> #define _TOOLS_HXX diff --git a/tools/source/fsys/os2.cxx b/tools/source/fsys/os2.cxx index 4d914e68b19c..d0d6a4f8513c 100644 --- a/tools/source/fsys/os2.cxx +++ b/tools/source/fsys/os2.cxx @@ -36,7 +36,6 @@ #include <malloc.h> #endif #include <tools/debug.hxx> -#include <tools/list.hxx> #include <tools/bigint.hxx> #include <tools/fsys.hxx> #include "comdep.hxx" diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx index 55fff85a4401..cf9bd901abc4 100644 --- a/tools/source/fsys/tdir.cxx +++ b/tools/source/fsys/tdir.cxx @@ -35,7 +35,6 @@ #include <cstdarg> #include <limits.h> #include <tools/debug.hxx> -#include <tools/list.hxx> #include "comdep.hxx" #include <tools/fsys.hxx> diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx index 887dff9e79e3..31f6e707c7dc 100644 --- a/tools/source/fsys/unx.cxx +++ b/tools/source/fsys/unx.cxx @@ -59,7 +59,6 @@ struct mnttab #endif #include <tools/debug.hxx> -#include <tools/list.hxx> #include <tools/fsys.hxx> #include "comdep.hxx" #include <rtl/instance.hxx> diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx index 2c9eae238bf3..1b2d892ec1a2 100644 --- a/tools/source/fsys/wntmsc.cxx +++ b/tools/source/fsys/wntmsc.cxx @@ -42,7 +42,6 @@ #include "wntmsc.hxx" #include <tools/errinf.hxx> #include <tools/debug.hxx> -#include <tools/list.hxx> #include <tools/wldcrd.hxx> #include <tools/fsys.hxx> #include <tools/bigint.hxx> |