diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 20:41:22 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-09 15:41:46 +0200 |
commit | 959496794c8af815c571cab1d53b9f904e198754 (patch) | |
tree | 30d03c2e62f2ddc5b3878ef93e81d8d05d71f09b /connectivity | |
parent | 3adadbd10501e1baa87a9833ecc84626a625d9a9 (diff) |
cleanup osl/diagnose.h includes
with command
> git grep -l osl/diagnose.h *.cxx |
xargs grep -L -w 'OSL_\w*' |
xargs sed -i '/#include *\(<\|\"\)osl\/diagnose.h\(>\|\"\).*/d'
headers need more work
Change-Id: I906519ebbd47a04703b4fa5943b2f7abea7a97ab
Reviewed-on: https://gerrit.libreoffice.org/37350
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
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> |