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 /io | |
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 'io')
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 1 | ||||
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 1 | ||||
-rw-r--r-- | io/source/services.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/pumptest.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index c3bad057958c..c068f86fffc7 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -18,7 +18,6 @@ */ #include <string.h> -#include <osl/diagnose.h> #include <uno/mapping.hxx> diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 12dd18d8c401..a0555e53cc7c 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -18,7 +18,6 @@ */ -#include <osl/diagnose.h> #include <uno/mapping.hxx> diff --git a/io/source/services.cxx b/io/source/services.cxx index 31487b61920e..597ce753a61c 100644 --- a/io/source/services.cxx +++ b/io/source/services.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/diagnose.h> #include <cppuhelper/factory.hxx> #include <cppuhelper/implementationentry.hxx> diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index 898805b068df..b328048dc88f 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -20,7 +20,6 @@ #include <stdio.h> #include <osl/time.h> -#include <osl/diagnose.h> #include <com/sun/star/test/XSimpleTest.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> |