diff options
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 |