summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-07 14:34:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 08:33:01 +0200
commitb3eb84376653b1f5883a3543adf36547790dd045 (patch)
tree7fd152186dc38de76207608e44a0054033d2aaae /idl
parent43e997d2d9f5ca98bf765e1c956bf56f66935eb5 (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r--idl/source/cmptools/hash.cxx1
-rw-r--r--idl/source/objects/basobj.cxx1
-rw-r--r--idl/source/objects/module.cxx1
-rw-r--r--idl/source/prj/database.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx
index 9fc364fc83d4..708e900a8542 100644
--- a/idl/source/cmptools/hash.cxx
+++ b/idl/source/cmptools/hash.cxx
@@ -23,7 +23,6 @@
// program-sensitive includes
#include <hash.hxx>
-#include <tools/debug.hxx>
#include <rtl/character.hxx>
#include <o3tl/make_unique.hxx>
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 <sal/config.h>
#include <rtl/character.hxx>
-#include <tools/debug.hxx>
#include <basobj.hxx>
#include <module.hxx>
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 <module.hxx>
#include <globals.hxx>
#include <database.hxx>
-#include <tools/debug.hxx>
#include <osl/file.hxx>
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx
index 3395183cf574..c8bb6f198f07 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -22,7 +22,6 @@
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
-#include <tools/debug.hxx>
#include <database.hxx>
#include <globals.hxx>
#include <rtl/strbuf.hxx>