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/dbase/DTable.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/inc/dbase/DTable.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index f2897c19223a..5b98439875dc 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -21,7 +21,6 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLE_HXX #include <file/FTable.hxx> -#include <connectivity/sdbcx/VColumn.hxx> #include <connectivity/CommonTools.hxx> #include <tools/urlobj.hxx> |