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 /sot | |
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 'sot')
-rw-r--r-- | sot/source/base/filelist.cxx | 1 | ||||
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index 8a2337ea5017..c6d75b36f0ef 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -29,7 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sot.hxx" -#include <tools/list.hxx> #include <tools/stream.hxx> #include <tools/string.hxx> #include <tools/rtti.hxx> diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index f1143e8b8a57..9dd4af022a1b 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -60,7 +60,6 @@ #include <unotools/streamwrap.hxx> #include <unotools/ucbhelper.hxx> #include <unotools/localfilehelper.hxx> -#include <tools/list.hxx> #include <tools/urlobj.hxx> #include <unotools/streamwrap.hxx> #include <comphelper/processfactory.hxx> |