diff options
Diffstat (limited to 'connectivity')
7 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.cxx b/connectivity/source/drivers/evoab2/NPreparedStatement.cxx index f9448f098fe0..e656737eef90 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.cxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.cxx @@ -18,7 +18,6 @@ */ -#include <osl/diagnose.h> #include "NPreparedStatement.hxx" #include <com/sun/star/sdbc/DataType.hpp> #include <cppuhelper/typeprovider.hxx> diff --git a/connectivity/source/drivers/file/fanalyzer.cxx b/connectivity/source/drivers/file/fanalyzer.cxx index 935c23bbcac0..c4e80d29f47d 100644 --- a/connectivity/source/drivers/file/fanalyzer.cxx +++ b/connectivity/source/drivers/file/fanalyzer.cxx @@ -19,7 +19,6 @@ #include "file/fanalyzer.hxx" #include <connectivity/sqlparse.hxx> -#include <osl/diagnose.h> #include <tools/debug.hxx> #include <comphelper/extract.hxx> #include <connectivity/sqlnode.hxx> diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx index 91b434047db2..89e1650e5213 100644 --- a/connectivity/source/drivers/firebird/PreparedStatement.cxx +++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx @@ -26,7 +26,6 @@ #include <comphelper/sequence.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/typeprovider.hxx> -#include <osl/diagnose.h> #include <propertyids.hxx> #include <time.h> #include <connectivity/dbtools.hxx> diff --git a/connectivity/source/drivers/firebird/Services.cxx b/connectivity/source/drivers/firebird/Services.cxx index 43856f78110b..5a55c0f0703f 100644 --- a/connectivity/source/drivers/firebird/Services.cxx +++ b/connectivity/source/drivers/firebird/Services.cxx @@ -20,7 +20,6 @@ #include "Driver.hxx" #include <cppuhelper/factory.hxx> -#include <osl/diagnose.h> #include <sal/types.h> using namespace connectivity::firebird; diff --git a/connectivity/source/drivers/firebird/Statement.cxx b/connectivity/source/drivers/firebird/Statement.cxx index 8ec604760251..671f50107542 100644 --- a/connectivity/source/drivers/firebird/Statement.cxx +++ b/connectivity/source/drivers/firebird/Statement.cxx @@ -25,7 +25,6 @@ #include <comphelper/sequence.hxx> #include <cppuhelper/queryinterface.hxx> -#include <osl/diagnose.h> #include <osl/thread.h> #include <rtl/ustrbuf.hxx> diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx index 9ba697300b47..ebd6ac016c68 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx @@ -19,7 +19,6 @@ #include "MNSINIParser.hxx" #include <rtl/byteseq.hxx> -#include <osl/diagnose.h> IniParser::IniParser(OUString const & rIniName) { diff --git a/connectivity/source/drivers/mysql/YDriver.cxx b/connectivity/source/drivers/mysql/YDriver.cxx index 8d1518845816..a23b2ccd1aeb 100644 --- a/connectivity/source/drivers/mysql/YDriver.cxx +++ b/connectivity/source/drivers/mysql/YDriver.cxx @@ -19,7 +19,6 @@ #include "mysql/YDriver.hxx" #include "mysql/YCatalog.hxx" -#include <osl/diagnose.h> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> |