From b0c9e28591f9fccf7b7495d982f734ecb5561bc1 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 2 Dec 2019 00:31:12 +0100 Subject: 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 --- connectivity/source/drivers/mork/MColumnAlias.hxx | 1 - connectivity/source/drivers/mork/MColumns.hxx | 2 -- connectivity/source/drivers/mork/MDatabaseMetaData.hxx | 1 + connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx | 1 + connectivity/source/drivers/mork/MQueryHelper.hxx | 1 + connectivity/source/drivers/mork/MResultSetMetaData.hxx | 2 -- connectivity/source/drivers/mork/MorkParser.hxx | 1 - 7 files changed, 3 insertions(+), 6 deletions(-) (limited to 'connectivity/source/drivers/mork') diff --git a/connectivity/source/drivers/mork/MColumnAlias.hxx b/connectivity/source/drivers/mork/MColumnAlias.hxx index 50c725258234..5074d4949cbf 100644 --- a/connectivity/source/drivers/mork/MColumnAlias.hxx +++ b/connectivity/source/drivers/mork/MColumnAlias.hxx @@ -24,7 +24,6 @@ #include #include -#include namespace connectivity { diff --git a/connectivity/source/drivers/mork/MColumns.hxx b/connectivity/source/drivers/mork/MColumns.hxx index ed5c0e5720bb..b0774af27c88 100644 --- a/connectivity/source/drivers/mork/MColumns.hxx +++ b/connectivity/source/drivers/mork/MColumns.hxx @@ -21,8 +21,6 @@ #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNS_HXX #include -#include -#include #include "MTable.hxx" namespace connectivity diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx index f3a16a566ec1..8677fc7aa903 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx @@ -12,6 +12,7 @@ #include #include +#include "MConnection.hxx" namespace connectivity { diff --git a/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx b/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx index 7e892949ec25..0ae96dac96a6 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx @@ -11,6 +11,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATAHELPER_HXX #include +#include "MConnection.hxx" namespace connectivity { diff --git a/connectivity/source/drivers/mork/MQueryHelper.hxx b/connectivity/source/drivers/mork/MQueryHelper.hxx index 92c27f2135cb..859b61ddcf9f 100644 --- a/connectivity/source/drivers/mork/MQueryHelper.hxx +++ b/connectivity/source/drivers/mork/MQueryHelper.hxx @@ -22,6 +22,7 @@ #include #include "MErrorResource.hxx" +#include "MColumnAlias.hxx" namespace connectivity { diff --git a/connectivity/source/drivers/mork/MResultSetMetaData.hxx b/connectivity/source/drivers/mork/MResultSetMetaData.hxx index 1e057ef7773e..5362a4ac080c 100644 --- a/connectivity/source/drivers/mork/MResultSetMetaData.hxx +++ b/connectivity/source/drivers/mork/MResultSetMetaData.hxx @@ -22,9 +22,7 @@ #include #include -#include #include -#include "MConnection.hxx" #include "MTable.hxx" namespace connectivity diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx index 392f4f01bbd6..d16fc417dacd 100644 --- a/connectivity/source/drivers/mork/MorkParser.hxx +++ b/connectivity/source/drivers/mork/MorkParser.hxx @@ -35,7 +35,6 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MORKPARSER_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MORKPARSER_HXX -#include #include #include -- cgit v1.2.3