diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-07-29 09:04:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-29 09:43:11 +0200 |
commit | b6222a90f1d0ae800dc5362ebc9b5b354ba873b1 (patch) | |
tree | 7b1f92f1cb139e7a5d535ffb28efa6af39726c9f /connectivity | |
parent | d3dd362c093916b4ad5d08844dacd291aa2c9b8f (diff) |
Remove some unused includes
Change-Id: I9af7e2fa0a450ebe396c0f049831a20100dbdc9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99659
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/cpool/ZPoolCollection.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/calc/CDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/firebird/Driver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/flat/EDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/JDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/macab/MacabDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/mysql_jdbc/YDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_driver.cxx | 5 | ||||
-rw-r--r-- | connectivity/source/drivers/writer/WDriver.cxx | 1 |
11 files changed, 0 insertions, 15 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.cxx b/connectivity/source/cpool/ZPoolCollection.cxx index 4160790ad93e..00e5bee0fd84 100644 --- a/connectivity/source/cpool/ZPoolCollection.cxx +++ b/connectivity/source/cpool/ZPoolCollection.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/reflection/ProxyFactory.hpp> #include <com/sun/star/sdbc/DriverManager.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <osl/diagnose.h> diff --git a/connectivity/source/drivers/calc/CDriver.cxx b/connectivity/source/drivers/calc/CDriver.cxx index 5a59515bb2d6..324094ac04df 100644 --- a/connectivity/source/drivers/calc/CDriver.cxx +++ b/connectivity/source/drivers/calc/CDriver.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <connectivity/dbexception.hxx> #include <resource/sharedresources.hxx> -#include <comphelper/processfactory.hxx> #include <strings.hrc> using namespace connectivity::calc; diff --git a/connectivity/source/drivers/dbase/DDriver.cxx b/connectivity/source/drivers/dbase/DDriver.cxx index 6d3af175241b..5d9d56dcd5cf 100644 --- a/connectivity/source/drivers/dbase/DDriver.cxx +++ b/connectivity/source/drivers/dbase/DDriver.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <connectivity/dbexception.hxx> #include <strings.hrc> -#include <comphelper/processfactory.hxx> using namespace connectivity::dbase; using namespace connectivity::file; diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx index 71613408df24..3ad9576c11fb 100644 --- a/connectivity/source/drivers/firebird/Driver.cxx +++ b/connectivity/source/drivers/firebird/Driver.cxx @@ -25,7 +25,6 @@ #include <strings.hrc> #include <resource/sharedresources.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/file.hxx> #include <osl/process.h> diff --git a/connectivity/source/drivers/flat/EDriver.cxx b/connectivity/source/drivers/flat/EDriver.cxx index 0e1767870859..bdd8bfa202a9 100644 --- a/connectivity/source/drivers/flat/EDriver.cxx +++ b/connectivity/source/drivers/flat/EDriver.cxx @@ -24,7 +24,6 @@ #include <comphelper/sequence.hxx> #include <strings.hrc> #include <resource/sharedresources.hxx> -#include <comphelper/processfactory.hxx> using namespace connectivity::flat; diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index 87c940a1c17c..44a64dfc488a 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -41,7 +41,6 @@ #include <osl/file.h> #include <osl/process.h> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/connectivity/source/drivers/jdbc/JDriver.cxx b/connectivity/source/drivers/jdbc/JDriver.cxx index 661d9ea67d35..1d5424389ce7 100644 --- a/connectivity/source/drivers/jdbc/JDriver.cxx +++ b/connectivity/source/drivers/jdbc/JDriver.cxx @@ -24,7 +24,6 @@ #include <jvmfwk/framework.hxx> #include <strings.hrc> #include <resource/sharedresources.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <strings.hxx> diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx index ee3d55407aa9..4667c690a8b1 100644 --- a/connectivity/source/drivers/macab/MacabDriver.cxx +++ b/connectivity/source/drivers/macab/MacabDriver.cxx @@ -27,7 +27,6 @@ #include <sal/log.hxx> #include <tools/diagnose_ex.h> #include <strings.hrc> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/mysql_jdbc/YDriver.cxx b/connectivity/source/drivers/mysql_jdbc/YDriver.cxx index 69d4bfbb77e1..cf834b240923 100644 --- a/connectivity/source/drivers/mysql_jdbc/YDriver.cxx +++ b/connectivity/source/drivers/mysql_jdbc/YDriver.cxx @@ -20,7 +20,6 @@ #include <mysql/YDriver.hxx> #include <mysql/YCatalog.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/types.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx index ff63e8226db9..e96d12c1a61f 100644 --- a/connectivity/source/drivers/postgresql/pq_driver.cxx +++ b/connectivity/source/drivers/postgresql/pq_driver.cxx @@ -34,13 +34,8 @@ * ************************************************************************/ -#include <comphelper/processfactory.hxx> -#include <cppuhelper/factory.hxx> -#include <cppuhelper/compbase.hxx> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/lang/XSingleComponentFactory.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <rtl/ref.hxx> #include "pq_driver.hxx" diff --git a/connectivity/source/drivers/writer/WDriver.cxx b/connectivity/source/drivers/writer/WDriver.cxx index 3d30c00fb571..ac8507702194 100644 --- a/connectivity/source/drivers/writer/WDriver.cxx +++ b/connectivity/source/drivers/writer/WDriver.cxx @@ -23,7 +23,6 @@ #include <connectivity/dbexception.hxx> #include <resource/sharedresources.hxx> #include <strings.hrc> -#include <comphelper/processfactory.hxx> using namespace connectivity::file; using namespace ::com::sun::star; |