diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-20 12:00:50 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-26 15:08:18 +0200 |
commit | 33623f3117d88683fbc9e66792e5030c0322946e (patch) | |
tree | b817ac4b192e355de61ebff3e22187ca414cf8f2 /connectivity | |
parent | 31a8d9c711dfdbdb4b11067125d763b1d570033b (diff) |
tdf#42949 Fix IWYU warnings in include/unotools/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e
Reviewed-on: https://gerrit.libreoffice.org/62041
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/NResultSet.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/flat/ETable.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/mork/MColumnAlias.cxx | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx index bfe6824fcb12..5ae85599ecb2 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.cxx +++ b/connectivity/source/drivers/evoab2/NResultSet.cxx @@ -46,6 +46,7 @@ #include <tools/diagnose_ex.h> #include <unotools/syslocale.hxx> #include <unotools/intlwrapper.hxx> +#include <unotools/collatorwrapper.hxx> #include <cstring> #include <vector> diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index 8472f8c2705b..08e97f39ae73 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -41,6 +41,7 @@ #include <connectivity/dbconversion.hxx> #include <file/quotedstring.hxx> #include <unotools/syslocale.hxx> +#include <unotools/charclass.hxx> using namespace ::comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index fc928b7325fa..2db53def866a 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -71,7 +71,6 @@ namespace connectivity using namespace css::lang; using namespace css::embed; using namespace css::io; - using namespace css::task; using namespace css::util; using namespace css::reflection; diff --git a/connectivity/source/drivers/mork/MColumnAlias.cxx b/connectivity/source/drivers/mork/MColumnAlias.cxx index 0a4f9cddf164..b564cc93eb1e 100644 --- a/connectivity/source/drivers/mork/MColumnAlias.cxx +++ b/connectivity/source/drivers/mork/MColumnAlias.cxx @@ -20,6 +20,7 @@ #include "MColumnAlias.hxx" #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/container/XNameAccess.hpp> #include <officecfg/Office/DataAccess.hxx> #include <tools/diagnose_ex.h> |