diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:11 +0100 |
commit | a1cfce768f83842defd8068a8eba5ed3eaeea255 (patch) | |
tree | 1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /unotools/source | |
parent | 571ad11bc091871e8f71cda20c4aa56786f43837 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/defaultoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/extendedsecurityoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/inetoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/pathoptions.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/unotools/source/config/defaultoptions.cxx b/unotools/source/config/defaultoptions.cxx index c7b1a8213877..eb8c60068604 100644 --- a/unotools/source/config/defaultoptions.cxx +++ b/unotools/source/config/defaultoptions.cxx @@ -32,7 +32,6 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <tools/debug.hxx> -#include <tools/resmgr.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx index 3d51cda26286..1608cdc02c44 100644 --- a/unotools/source/config/extendedsecurityoptions.cxx +++ b/unotools/source/config/extendedsecurityoptions.cxx @@ -32,7 +32,6 @@ #include <tools/debug.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <tools/wldcrd.hxx> #include <rtl/ustrbuf.hxx> #include <unotools/pathoptions.hxx> diff --git a/unotools/source/config/inetoptions.cxx b/unotools/source/config/inetoptions.cxx index 4ed140889ad4..d49726b90998 100644 --- a/unotools/source/config/inetoptions.cxx +++ b/unotools/source/config/inetoptions.cxx @@ -28,7 +28,6 @@ #include <unotools/inetoptions.hxx> #include "rtl/instance.hxx" -#include <tools/wldcrd.hxx> #include <algorithm> #include <map> diff --git a/unotools/source/config/pathoptions.cxx b/unotools/source/config/pathoptions.cxx index 463d90315045..74f19ddaeef3 100644 --- a/unotools/source/config/pathoptions.cxx +++ b/unotools/source/config/pathoptions.cxx @@ -30,7 +30,6 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <tools/debug.hxx> -#include <tools/resmgr.hxx> #include <tools/urlobj.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> |