From a2db194ea0eee4deb6401f6352144e5be077c140 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 4 Jun 2014 15:29:58 +0200 Subject: connectivity: fix includes Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489 --- connectivity/source/drivers/evoab2/NCatalog.hxx | 2 +- connectivity/source/drivers/evoab2/NColumns.cxx | 2 +- connectivity/source/drivers/evoab2/NColumns.hxx | 2 +- connectivity/source/drivers/evoab2/NConnection.hxx | 6 +++--- connectivity/source/drivers/evoab2/NDriver.cxx | 4 ++-- connectivity/source/drivers/evoab2/NDriver.hxx | 2 +- connectivity/source/drivers/evoab2/NResultSet.hxx | 8 ++++---- connectivity/source/drivers/evoab2/NResultSetMetaData.cxx | 2 +- connectivity/source/drivers/evoab2/NStatement.hxx | 8 ++++---- connectivity/source/drivers/evoab2/NTable.hxx | 2 +- connectivity/source/drivers/evoab2/NTables.cxx | 4 ++-- connectivity/source/drivers/evoab2/NTables.hxx | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) (limited to 'connectivity/source/drivers/evoab2') diff --git a/connectivity/source/drivers/evoab2/NCatalog.hxx b/connectivity/source/drivers/evoab2/NCatalog.hxx index 468f4c0d2ca9..96b74154de7c 100644 --- a/connectivity/source/drivers/evoab2/NCatalog.hxx +++ b/connectivity/source/drivers/evoab2/NCatalog.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX -#include "connectivity/sdbcx/VCatalog.hxx" +#include namespace connectivity { diff --git a/connectivity/source/drivers/evoab2/NColumns.cxx b/connectivity/source/drivers/evoab2/NColumns.cxx index 89cec832487b..3aa25bd1ff2a 100644 --- a/connectivity/source/drivers/evoab2/NColumns.cxx +++ b/connectivity/source/drivers/evoab2/NColumns.cxx @@ -22,7 +22,7 @@ #include "NTable.hxx" #include "NTables.hxx" #include "NCatalog.hxx" -#include "connectivity/sdbcx/VColumn.hxx" +#include using namespace connectivity::sdbcx; using namespace connectivity; diff --git a/connectivity/source/drivers/evoab2/NColumns.hxx b/connectivity/source/drivers/evoab2/NColumns.hxx index ff56c18f1d44..e3a6c496c1fe 100644 --- a/connectivity/source/drivers/evoab2/NColumns.hxx +++ b/connectivity/source/drivers/evoab2/NColumns.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_HXX #include "NTable.hxx" -#include "connectivity/sdbcx/VCollection.hxx" +#include namespace connectivity { diff --git a/connectivity/source/drivers/evoab2/NConnection.hxx b/connectivity/source/drivers/evoab2/NConnection.hxx index 2f0b335b1b9b..6f5287305609 100644 --- a/connectivity/source/drivers/evoab2/NConnection.hxx +++ b/connectivity/source/drivers/evoab2/NConnection.hxx @@ -23,10 +23,10 @@ #include "NDriver.hxx" #include #include -#include "connectivity/OSubComponent.hxx" +#include #include -#include "connectivity/CommonTools.hxx" -#include "connectivity/warningscontainer.hxx" +#include +#include #include "TConnection.hxx" #include #include diff --git a/connectivity/source/drivers/evoab2/NDriver.cxx b/connectivity/source/drivers/evoab2/NDriver.cxx index 8cc957e352d9..acb2955c014c 100644 --- a/connectivity/source/drivers/evoab2/NDriver.cxx +++ b/connectivity/source/drivers/evoab2/NDriver.cxx @@ -20,9 +20,9 @@ #include "NDriver.hxx" #include "NConnection.hxx" #include -#include "connectivity/dbexception.hxx" +#include #include -#include "osl/security.hxx" +#include #include #include #include diff --git a/connectivity/source/drivers/evoab2/NDriver.hxx b/connectivity/source/drivers/evoab2/NDriver.hxx index 029aa2d16c1c..ba71a4b236a7 100644 --- a/connectivity/source/drivers/evoab2/NDriver.hxx +++ b/connectivity/source/drivers/evoab2/NDriver.hxx @@ -24,7 +24,7 @@ #include #include #include -#include "connectivity/CommonTools.hxx" +#include #include #define EVOAB_EVOLUTION_SCHEMA "evolution" diff --git a/connectivity/source/drivers/evoab2/NResultSet.hxx b/connectivity/source/drivers/evoab2/NResultSet.hxx index 6a3494ed9275..20b676ce7352 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.hxx +++ b/connectivity/source/drivers/evoab2/NResultSet.hxx @@ -34,11 +34,11 @@ #include #include #include -#include "connectivity/CommonTools.hxx" -#include "connectivity/FValue.hxx" -#include "connectivity/warningscontainer.hxx" +#include +#include +#include #include "NStatement.hxx" -#include "connectivity/OSubComponent.hxx" +#include #include "NResultSetMetaData.hxx" namespace connectivity diff --git a/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx b/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx index f40cba6a3264..9a114fb75d82 100644 --- a/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx +++ b/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx @@ -19,7 +19,7 @@ #include "NResultSetMetaData.hxx" #include "NDatabaseMetaData.hxx" -#include "connectivity/dbexception.hxx" +#include #include #include "resource/evoab2_res.hrc" diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx index e868419f77ea..27ad32e4fcc7 100644 --- a/connectivity/source/drivers/evoab2/NStatement.hxx +++ b/connectivity/source/drivers/evoab2/NStatement.hxx @@ -28,13 +28,13 @@ #include #include #include -#include "connectivity/CommonTools.hxx" +#include #include #include -#include "connectivity/sqliterator.hxx" -#include "connectivity/sqlparse.hxx" +#include +#include #include -#include "connectivity/OSubComponent.hxx" +#include #include #include #include diff --git a/connectivity/source/drivers/evoab2/NTable.hxx b/connectivity/source/drivers/evoab2/NTable.hxx index 7205fe588ced..c8109231940a 100644 --- a/connectivity/source/drivers/evoab2/NTable.hxx +++ b/connectivity/source/drivers/evoab2/NTable.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_HXX #include "NConnection.hxx" -#include "connectivity/sdbcx/VTable.hxx" +#include namespace connectivity { diff --git a/connectivity/source/drivers/evoab2/NTables.cxx b/connectivity/source/drivers/evoab2/NTables.cxx index 26f424ef48dc..817b9e557f5b 100644 --- a/connectivity/source/drivers/evoab2/NTables.cxx +++ b/connectivity/source/drivers/evoab2/NTables.cxx @@ -27,8 +27,8 @@ #include "NCatalog.hxx" #include "NConnection.hxx" #include -#include "connectivity/dbtools.hxx" -#include "connectivity/dbexception.hxx" +#include +#include #include #include #include "NTable.hxx" diff --git a/connectivity/source/drivers/evoab2/NTables.hxx b/connectivity/source/drivers/evoab2/NTables.hxx index 2ee7c4cebe64..252d81657be3 100644 --- a/connectivity/source/drivers/evoab2/NTables.hxx +++ b/connectivity/source/drivers/evoab2/NTables.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX -#include "connectivity/sdbcx/VCollection.hxx" +#include #include namespace connectivity { -- cgit v1.2.3