summaryrefslogtreecommitdiff
path: root/dbaccess/IwyuFilter_dbaccess.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-31 08:55:01 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-04-01 09:31:48 +0200
commit61decd49f6491966ec996cad4e39b08b9bb58d91 (patch)
tree7b2cae768800e0b5bc6d3accee909cfb023b0cf0 /dbaccess/IwyuFilter_dbaccess.yaml
parent3f3fa1259888b55cb472546821d80da90dfd80e5 (diff)
tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I2a527ddf039674bba2346a846859a6f7b2e024ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91408 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess/IwyuFilter_dbaccess.yaml')
-rw-r--r--dbaccess/IwyuFilter_dbaccess.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dbaccess/IwyuFilter_dbaccess.yaml b/dbaccess/IwyuFilter_dbaccess.yaml
index 9eb35dc8c9bf..cfd5466d4aee 100644
--- a/dbaccess/IwyuFilter_dbaccess.yaml
+++ b/dbaccess/IwyuFilter_dbaccess.yaml
@@ -66,3 +66,19 @@ blacklist:
dbaccess/source/core/misc/DatabaseDataProvider.cxx:
# Needed for UnoType macro to work
- com/sun/star/task/XInteractionHandler.hpp
+ dbaccess/source/filter/hsqldb/parseschema.cxx:
+ # Actually used
+ - com/sun/star/embed/XStorage.hpp
+ dbaccess/source/filter/hsqldb/hsqlimport.cxx:
+ # Actually used
+ - com/sun/star/embed/XStorage.hpp
+ - com/sun/star/sdbc/XConnection.hpp
+ dbaccess/source/filter/hsqldb/rowinputbinary.cxx:
+ # Needed boost wrapper header
+ - boost/date_time/posix_time/posix_time.hpp
+ dbaccess/source/shared/flt_reghelper.cxx:
+ # Needed for weird included cxx file
+ - comphelper/sequence.hxx
+ dbaccess/source/shared/dbu_reghelper.cxx:
+ # Needed for weird included cxx file
+ - comphelper/sequence.hxx