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/drivers/firebird/Tables.hxx | |
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/drivers/firebird/Tables.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Tables.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Tables.hxx b/connectivity/source/drivers/firebird/Tables.hxx index 58b31a373468..635774727095 100644 --- a/connectivity/source/drivers/firebird/Tables.hxx +++ b/connectivity/source/drivers/firebird/Tables.hxx @@ -10,7 +10,8 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLES_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLES_HXX -#include "DatabaseMetaData.hxx" +#include <com/sun/star/sdbc/XConnection.hpp> +#include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <connectivity/sdbcx/VCollection.hxx> |