diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-02 00:31:12 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-16 10:38:22 +0100 |
commit | b0c9e28591f9fccf7b7495d982f734ecb5561bc1 (patch) | |
tree | 7d8a6e705e84061f284ac47a399346c2f54e0ec0 /connectivity/source/inc/java/sql | |
parent | dff3ae42d94fdf97c856c4a4d1e66234604927f4 (diff) |
tdf#42949 Fix IWYU warnings in connectivity/*/*hxx
Except for non Linux specific parts:
connectivity/source/drivers/macab/
connectivity/source/inc/ado/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iba6d0cd0effdac777be6fbc8f12f2e92cae47887
Reviewed-on: https://gerrit.libreoffice.org/84174
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'connectivity/source/inc/java/sql')
5 files changed, 2 insertions, 5 deletions
diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx index 528f0eddf537..cc453e6e87ca 100644 --- a/connectivity/source/inc/java/sql/Connection.hxx +++ b/connectivity/source/inc/java/sql/Connection.hxx @@ -22,10 +22,8 @@ #include <java/lang/Object.hxx> #include <TConnection.hxx> #include <connectivity/CommonTools.hxx> -#include <cppuhelper/weakref.hxx> #include <AutoRetrievingBase.hxx> #include <java/sql/ConnectionLog.hxx> -#include <java/LocalRef.hxx> #include <java/GlobalRef.hxx> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/connectivity/source/inc/java/sql/Driver.hxx b/connectivity/source/inc/java/sql/Driver.hxx index d01f3896b7ef..f50d9a3f55d0 100644 --- a/connectivity/source/inc/java/sql/Driver.hxx +++ b/connectivity/source/inc/java/sql/Driver.hxx @@ -21,8 +21,8 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> -#include <java/lang/Object.hxx> #include <cppuhelper/implbase.hxx> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <comphelper/logging.hxx> diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx index e6065f4a96e4..b0ab4efda344 100644 --- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx +++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx @@ -21,7 +21,6 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVERPROPERTYINFO_HXX #include <java/lang/Object.hxx> -#include <com/sun/star/sdbc/DriverPropertyInfo.hpp> namespace connectivity { diff --git a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx index 036ca4c4bdd7..bc96fdf4b9a8 100644 --- a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx +++ b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx @@ -22,7 +22,6 @@ #include <java/lang/Object.hxx> #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase.hxx> -#include <java/sql/ConnectionLog.hxx> namespace connectivity { diff --git a/connectivity/source/inc/java/sql/Timestamp.hxx b/connectivity/source/inc/java/sql/Timestamp.hxx index 7f30f28adf24..0d41d46d69c5 100644 --- a/connectivity/source/inc/java/sql/Timestamp.hxx +++ b/connectivity/source/inc/java/sql/Timestamp.hxx @@ -20,6 +20,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_TIMESTAMP_HXX #include <java/util/Date.hxx> +#include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/DateTime.hpp> |