diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/bastype.hxx | 1 | ||||
-rw-r--r-- | idl/inc/command.hxx | 1 | ||||
-rw-r--r-- | idl/inc/hash.hxx | 3 | ||||
-rw-r--r-- | idl/source/prj/svidl.cxx | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx index f97672372dc4..f03f3f6d4c8d 100644 --- a/idl/inc/bastype.hxx +++ b/idl/inc/bastype.hxx @@ -24,7 +24,6 @@ #include <sal/types.h> #include <tools/globname.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> class SvStringHashEntry; class SvIdlDataBase; diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index c82211dc7906..3ee2bcb9cd74 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -20,7 +20,6 @@ #ifndef _COMMAND_HXX #define _COMMAND_HXX -#include <tools/string.hxx> #include <rtl/ustring.hxx> #include <vector> diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx index 115d09e82df0..ee3ba12d48cf 100644 --- a/idl/inc/hash.hxx +++ b/idl/inc/hash.hxx @@ -20,8 +20,9 @@ #ifndef _HASH_HXX #define _HASH_HXX +#include <rtl/ustring.hxx> #include <tools/ref.hxx> -#include <tools/string.hxx> +#include <tools/solar.h> #include <vector> class SvHashTable diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index b9dc81e70190..39714151d9c6 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -23,7 +23,7 @@ #include <database.hxx> #include <globals.hxx> #include <command.hxx> -#include <tools/string.hxx> +#include <rtl/ustring.hxx> #include <osl/file.hxx> #define BR 0x8000 |