diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:13:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:51 +0100 |
commit | 53d27eb2077794b3fa785576f011f9c358561d51 (patch) | |
tree | 39c5a1934461a1d9deccd8e13b8bcff569419f42 /rsc | |
parent | a1cfce768f83842defd8068a8eba5ed3eaeea255 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscall.h | 1 | ||||
-rw-r--r-- | rsc/inc/rscdb.hxx | 1 | ||||
-rw-r--r-- | rsc/inc/rsctools.hxx | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/rsc/inc/rscall.h b/rsc/inc/rscall.h index 6d339112a003..8bbe04725c64 100644 --- a/rsc/inc/rscall.h +++ b/rsc/inc/rscall.h @@ -28,7 +28,6 @@ #ifndef _RSCALL_H #define _RSCALL_H -#include <tools/string.hxx> #include <rsctools.hxx> #include <rscerror.h> #include <rscdef.hxx> diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 2a5f606f4067..c7a4950cbdd5 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -37,6 +37,7 @@ #include <rscstr.hxx> #include <rscarray.hxx> #include <rscdef.hxx> +#include <tools/string.hxx> #include <vector> #include <map> diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx index c326b1ce7161..ba266de01513 100644 --- a/rsc/inc/rsctools.hxx +++ b/rsc/inc/rsctools.hxx @@ -35,8 +35,9 @@ class RscPtrPtr; #include <stdlib.h> #endif #include <stdio.h> -#include <tools/string.hxx> #include <vector> +#include <tools/solar.h> +#include <rtl/ustring.hxx> /******************* T y p e s *******************************************/ // Zeichensatz |