From b3eb84376653b1f5883a3543adf36547790dd045 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 7 May 2017 14:34:55 +0200 Subject: cleanup tools/debug.hxx includes with command > git grep -l tools/debug.hxx | xargs grep -L DBG_ | xargs sed -i '/#include *\(<\|\"\)tools\/debug.hxx.*/d' don't change files in includes/ and */pch Change-Id: Ie429d6a7dca5dfa1073e0f5ba037f7c84bdbec08 Reviewed-on: https://gerrit.libreoffice.org/37349 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/source/objects/basobj.cxx | 1 - idl/source/objects/module.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'idl/source/objects') diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx index 4b49726a89ee..ccd555e530b8 100644 --- a/idl/source/objects/basobj.cxx +++ b/idl/source/objects/basobj.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index 6439c9611549..fe64287ae8e2 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include -- cgit