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 /unotools | |
parent | a1cfce768f83842defd8068a8eba5ed3eaeea255 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/useroptions.hxx | 1 | ||||
-rw-r--r-- | unotools/source/misc/syslocale.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unotools/inc/unotools/useroptions.hxx b/unotools/inc/unotools/useroptions.hxx index 2467fd23a4cd..c511342d8d17 100644 --- a/unotools/inc/unotools/useroptions.hxx +++ b/unotools/inc/unotools/useroptions.hxx @@ -30,7 +30,6 @@ #include "unotools/unotoolsdllapi.h" #include <unotools/configitem.hxx> -#include <tools/string.hxx> #include <osl/mutex.hxx> #include <unotools/options.hxx> diff --git a/unotools/source/misc/syslocale.cxx b/unotools/source/misc/syslocale.cxx index 50d5664b08f8..79aaa3945ff0 100644 --- a/unotools/source/misc/syslocale.cxx +++ b/unotools/source/misc/syslocale.cxx @@ -28,7 +28,6 @@ #include <unotools/syslocale.hxx> -#include <tools/string.hxx> #include <unotools/syslocaleoptions.hxx> #include <unotools/localedatawrapper.hxx> #include <comphelper/processfactory.hxx> |