summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-03 15:12:33 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-01-05 15:38:11 +0100
commita1cfce768f83842defd8068a8eba5ed3eaeea255 (patch)
tree1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /tools
parent571ad11bc091871e8f71cda20c4aa56786f43837 (diff)
Removed unnecessary tools includes.
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/resary.hxx3
-rw-r--r--tools/source/fsys/wntmsc.cxx1
-rw-r--r--tools/source/rc/resary.cxx1
3 files changed, 3 insertions, 2 deletions
diff --git a/tools/inc/tools/resary.hxx b/tools/inc/tools/resary.hxx
index 6f3af5869580..429c05d933c5 100644
--- a/tools/inc/tools/resary.hxx
+++ b/tools/inc/tools/resary.hxx
@@ -28,9 +28,10 @@
#ifndef _TOOLS_RESARY_HXX
#define _TOOLS_RESARY_HXX
+#include <vector>
#include "tools/toolsdllapi.h"
+#include <tools/string.hxx>
#include <tools/resid.hxx>
-#include <tools/rc.hxx>
// ---------------------
// - ImplResStringItem -
diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx
index cc6d77bd672b..932973cb82e5 100644
--- a/tools/source/fsys/wntmsc.cxx
+++ b/tools/source/fsys/wntmsc.cxx
@@ -40,7 +40,6 @@
#include "wntmsc.hxx"
#include <tools/errinf.hxx>
#include <tools/debug.hxx>
-#include <tools/wldcrd.hxx>
#include <tools/fsys.hxx>
#include <vector>
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx
index c4f11662897b..7b831c663baa 100644
--- a/tools/source/rc/resary.cxx
+++ b/tools/source/rc/resary.cxx
@@ -28,6 +28,7 @@
#define _TOOLS_RESARY_CXX
+#include <tools/resmgr.hxx>
#include <tools/resary.hxx>
#include <tools/rcid.h>