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 /dbaccess | |
parent | 571ad11bc091871e8f71cda20c4aa56786f43837 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/viewcontainer.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/charsets.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/imageprovider.hxx | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/viewcontainer.cxx b/dbaccess/source/core/api/viewcontainer.cxx index 83badfbd55ac..4f004e1e70bf 100644 --- a/dbaccess/source/core/api/viewcontainer.cxx +++ b/dbaccess/source/core/api/viewcontainer.cxx @@ -34,7 +34,6 @@ #include "View.hxx" #include <tools/debug.hxx> -#include <tools/wldcrd.hxx> #include <comphelper/enumhelper.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/ui/inc/charsets.hxx b/dbaccess/source/ui/inc/charsets.hxx index f5f51690178c..89fa3d4bd6d3 100644 --- a/dbaccess/source/ui/inc/charsets.hxx +++ b/dbaccess/source/ui/inc/charsets.hxx @@ -30,7 +30,6 @@ #define _DBAUI_CHARSETS_HXX_ #include <tools/string.hxx> -#include <tools/rc.hxx> #include <connectivity/dbcharset.hxx> #include <svx/txenctab.hxx> diff --git a/dbaccess/source/ui/inc/imageprovider.hxx b/dbaccess/source/ui/inc/imageprovider.hxx index e3b5489203b0..85ac3a5a613d 100644 --- a/dbaccess/source/ui/inc/imageprovider.hxx +++ b/dbaccess/source/ui/inc/imageprovider.hxx @@ -36,6 +36,7 @@ #include <com/sun/star/sdb/application/DatabaseObject.hpp> /** === end UNO includes === **/ +#include <tools/string.hxx> #include <boost/shared_ptr.hpp> //........................................................................ |