summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-19 08:29:03 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-19 08:29:03 -0800
commitaefcf32dc048b0de2129c8ad1af0dfea50c4c9bb (patch)
treecba1a8bd7ef080b606439a1e3272e014c672aac1 /rsc
parent92afab4044d82feceb4de506ee83d23489ff2df9 (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 'rsc')
-rw-r--r--rsc/inc/rsclst.hxx1
-rw-r--r--rsc/inc/rsctools.hxx1
-rw-r--r--rsc/source/parser/rsclex.cxx1
-rw-r--r--rsc/source/parser/rscyacc.cxx1
-rw-r--r--rsc/source/tools/rscdef.cxx1
5 files changed, 3 insertions, 2 deletions
diff --git a/rsc/inc/rsclst.hxx b/rsc/inc/rsclst.hxx
index b115c2b4f066..0ae101a0c48d 100644
--- a/rsc/inc/rsclst.hxx
+++ b/rsc/inc/rsclst.hxx
@@ -29,7 +29,6 @@
#ifndef _RSCLST_HXX
#define _RSCLST_HXX
-#include <tools/list.hxx>
#include <rscall.h>
class REResourceList;
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx
index 7706a0e61b8d..5506412d42f6 100644
--- a/rsc/inc/rsctools.hxx
+++ b/rsc/inc/rsctools.hxx
@@ -36,7 +36,6 @@ class RscPtrPtr;
#endif
#include <stdio.h>
#include <tools/string.hxx>
-#include <tools/list.hxx>
#include <vector>
/******************* T y p e s *******************************************/
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx
index a6943ea1b0cd..a3fea2ea5172 100644
--- a/rsc/source/parser/rsclex.cxx
+++ b/rsc/source/parser/rsclex.cxx
@@ -49,6 +49,7 @@
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
+#include <tools/list.hxx>
using namespace rtl;
diff --git a/rsc/source/parser/rscyacc.cxx b/rsc/source/parser/rscyacc.cxx
index e899570e85ed..5896dbe5b335 100644
--- a/rsc/source/parser/rscyacc.cxx
+++ b/rsc/source/parser/rscyacc.cxx
@@ -33,6 +33,7 @@
#include <string.h>
#include <tools/rc.h>
+#include <tools/list.hxx>
#include <rscerror.h>
#include <rsctools.hxx>
#include <rscclass.hxx>
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index 53df93e0b7c5..6bba925f32f0 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -32,6 +32,7 @@
// Programmuebergreifende Includes.
#include <rscdef.hxx>
+#include <tools/list.hxx>
/****************** C o d e **********************************************/
/****************** R s c I d ********************************************/