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 --- extensions/source/propctrlr/defaultforminspection.cxx | 1 - extensions/source/scanner/scnserv.cxx | 1 - extensions/source/update/check/updatecheckjob.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'extensions') diff --git a/extensions/source/propctrlr/defaultforminspection.cxx b/extensions/source/propctrlr/defaultforminspection.cxx index e01a3778b7c4..b08ad0843f6c 100644 --- a/extensions/source/propctrlr/defaultforminspection.cxx +++ b/extensions/source/propctrlr/defaultforminspection.cxx @@ -28,7 +28,6 @@ #include #include -#include #include diff --git a/extensions/source/scanner/scnserv.cxx b/extensions/source/scanner/scnserv.cxx index 66689fe6b529..f728ff809d32 100644 --- a/extensions/source/scanner/scnserv.cxx +++ b/extensions/source/scanner/scnserv.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include "scanner.hxx" diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx index b10755903db6..b4885c83ae9a 100644 --- a/extensions/source/update/check/updatecheckjob.cxx +++ b/extensions/source/update/check/updatecheckjob.cxx @@ -28,7 +28,6 @@ #include #include #include -#include #include "com/sun/star/frame/Desktop.hpp" #include "com/sun/star/frame/XTerminateListener.hpp" -- cgit