From 80aec8ef2a333890d46c4258f84af6b8f81832a8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 23 Feb 2019 10:37:14 +0100 Subject: tdf#42949 Fix IWYU warnings in include/connectivity/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I02f75be483529ba1f7a6e460e34c4752b4265221 Reviewed-on: https://gerrit.libreoffice.org/68893 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- connectivity/source/drivers/evoab2/NColumns.cxx | 1 + connectivity/source/drivers/evoab2/NTable.cxx | 2 ++ 2 files changed, 3 insertions(+) (limited to 'connectivity/source/drivers/evoab2') diff --git a/connectivity/source/drivers/evoab2/NColumns.cxx b/connectivity/source/drivers/evoab2/NColumns.cxx index aae512bb2b5d..c74751628f84 100644 --- a/connectivity/source/drivers/evoab2/NColumns.cxx +++ b/connectivity/source/drivers/evoab2/NColumns.cxx @@ -23,6 +23,7 @@ #include "NTables.hxx" #include "NCatalog.hxx" #include +#include using namespace connectivity::sdbcx; using namespace connectivity; diff --git a/connectivity/source/drivers/evoab2/NTable.cxx b/connectivity/source/drivers/evoab2/NTable.cxx index f46189857231..1e18b8a1f6cd 100644 --- a/connectivity/source/drivers/evoab2/NTable.cxx +++ b/connectivity/source/drivers/evoab2/NTable.cxx @@ -23,6 +23,8 @@ #include "NColumns.hxx" #include "NCatalog.hxx" +#include + using namespace connectivity; using namespace ::comphelper; using namespace ::com::sun::star::uno; -- cgit v1.2.3