From 959496794c8af815c571cab1d53b9f904e198754 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 7 May 2017 20:41:22 +0200 Subject: 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 Reviewed-by: Michael Stahl --- stoc/source/defaultregistry/defaultregistry.cxx | 1 - stoc/source/javaloader/javaloader.cxx | 1 - stoc/source/namingservice/namingservice.cxx | 1 - stoc/test/uriproc/test_uriproc.cxx | 1 - 4 files changed, 4 deletions(-) (limited to 'stoc') diff --git a/stoc/source/defaultregistry/defaultregistry.cxx b/stoc/source/defaultregistry/defaultregistry.cxx index 4f3069904ce0..ca69846a617a 100644 --- a/stoc/source/defaultregistry/defaultregistry.cxx +++ b/stoc/source/defaultregistry/defaultregistry.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include #include diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index 7ff8f610c8aa..db850bdb5e6a 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -19,7 +19,6 @@ #include -#include #include #include diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index f5b852553ddc..88787b7b5515 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -19,7 +19,6 @@ #include -#include #include #include #include diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx index 32a5cc322d9c..fe8178d0d1d2 100644 --- a/stoc/test/uriproc/test_uriproc.cxx +++ b/stoc/test/uriproc/test_uriproc.cxx @@ -36,7 +36,6 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include #include #include #include -- cgit