summaryrefslogtreecommitdiff
path: root/vcl/source
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 /vcl/source
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 'vcl/source')
-rw-r--r--vcl/source/app/help.cxx1
-rw-r--r--vcl/source/app/session.cxx1
-rw-r--r--vcl/source/app/settings.cxx1
-rw-r--r--vcl/source/app/svdata.cxx1
-rw-r--r--vcl/source/app/unohelp2.cxx1
-rw-r--r--vcl/source/control/button.cxx1
-rw-r--r--vcl/source/control/combobox.cxx1
-rw-r--r--vcl/source/control/field.cxx1
-rw-r--r--vcl/source/control/imp_listbox.cxx1
-rw-r--r--vcl/source/control/listbox.cxx1
-rw-r--r--vcl/source/control/longcurr.cxx1
-rw-r--r--vcl/source/control/prgsbar.cxx1
-rw-r--r--vcl/source/control/tabctrl.cxx1
-rw-r--r--vcl/source/edit/textdata.cxx1
-rw-r--r--vcl/source/font/font.cxx1
-rw-r--r--vcl/source/fontsubset/fontsubset.cxx1
-rw-r--r--vcl/source/fontsubset/xlat.cxx1
-rw-r--r--vcl/source/gdi/alpha.cxx1
-rw-r--r--vcl/source/gdi/animate.cxx1
-rw-r--r--vcl/source/gdi/bmpfast.cxx1
-rw-r--r--vcl/source/gdi/gfxlink.cxx1
-rw-r--r--vcl/source/gdi/gradient.cxx1
-rw-r--r--vcl/source/gdi/hatch.cxx1
-rw-r--r--vcl/source/gdi/impgraph.cxx1
-rw-r--r--vcl/source/gdi/jobset.cxx1
-rw-r--r--vcl/source/gdi/lineinfo.cxx1
-rw-r--r--vcl/source/gdi/print2.cxx1
-rw-r--r--vcl/source/gdi/regband.cxx1
-rw-r--r--vcl/source/gdi/sallayout.cxx1
-rw-r--r--vcl/source/gdi/wall.cxx1
-rw-r--r--vcl/source/image/Image.cxx1
-rw-r--r--vcl/source/window/accel.cxx1
-rw-r--r--vcl/source/window/accessibility.cxx1
-rw-r--r--vcl/source/window/accmgr.cxx1
-rw-r--r--vcl/source/window/dlgctrl.cxx1
-rw-r--r--vcl/source/window/floatwin.cxx1
-rw-r--r--vcl/source/window/keyevent.cxx1
-rw-r--r--vcl/source/window/legacyaccessibility.cxx1
-rw-r--r--vcl/source/window/menu.cxx1
-rw-r--r--vcl/source/window/scrwnd.cxx1
-rw-r--r--vcl/source/window/seleng.cxx1
-rw-r--r--vcl/source/window/status.cxx1
-rw-r--r--vcl/source/window/syswin.cxx1
-rw-r--r--vcl/source/window/toolbox.cxx1
-rw-r--r--vcl/source/window/toolbox2.cxx1
-rw-r--r--vcl/source/window/window2.cxx1
-rw-r--r--vcl/source/window/wrkwin.cxx1
47 files changed, 0 insertions, 47 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 39980c25a501..29221658c2e2 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -19,7 +19,6 @@
#include <comphelper/string.hxx>
-#include "tools/debug.hxx"
#include "tools/diagnose_ex.h"
#include "tools/time.hxx"
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index a991ecc9ecaf..93b019372566 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -23,7 +23,6 @@
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 005746d89764..0a34aff66561 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -27,7 +27,6 @@
#include "comphelper/processfactory.hxx"
#include <rtl/bootstrap.hxx>
-#include "tools/debug.hxx"
#include "i18nlangtag/mslangid.hxx"
#include "i18nlangtag/languagetag.hxx"
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index e60a9ce3e2d5..00727e26ed13 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -23,7 +23,6 @@
#include <comphelper/string.hxx>
#include <osl/mutex.hxx>
#include <rtl/process.h>
-#include <tools/debug.hxx>
#include <tools/resary.hxx>
#include <tools/gen.hxx>
#include <uno/current_context.hxx>
diff --git a/vcl/source/app/unohelp2.cxx b/vcl/source/app/unohelp2.cxx
index f51b7a39ee7a..2ae46183e5ee 100644
--- a/vcl/source/app/unohelp2.cxx
+++ b/vcl/source/app/unohelp2.cxx
@@ -20,7 +20,6 @@
#include <vcl/unohelp2.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 4b255d37a1ba..736c77d1b127 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <tools/lineend.hxx>
#include <tools/poly.hxx>
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index e8c9408e4023..824803b2f981 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -22,7 +22,6 @@
#include <set>
#include <comphelper/string.hxx>
-#include <tools/debug.hxx>
#include <vcl/decoview.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/button.hxx>
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index b6d3b082cbda..4f36f466c9ef 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -22,7 +22,6 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
-#include "tools/debug.hxx"
#include <vcl/dialog.hxx>
#include <vcl/field.hxx>
diff --git a/vcl/source/control/imp_listbox.cxx b/vcl/source/control/imp_listbox.cxx
index 39f4f7ede2eb..b1fa98c7e82b 100644
--- a/vcl/source/control/imp_listbox.cxx
+++ b/vcl/source/control/imp_listbox.cxx
@@ -18,7 +18,6 @@
*/
#include <memory>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index 3cbd57e39867..932595276c37 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "tools/debug.hxx"
#include <vcl/decoview.hxx>
#include <vcl/dialog.hxx>
diff --git a/vcl/source/control/longcurr.cxx b/vcl/source/control/longcurr.cxx
index 6f3b8305da88..f83ad4babcfe 100644
--- a/vcl/source/control/longcurr.cxx
+++ b/vcl/source/control/longcurr.cxx
@@ -18,7 +18,6 @@
*/
#include <comphelper/string.hxx>
-#include <tools/debug.hxx>
#include <tools/bigint.hxx>
#include <vcl/event.hxx>
diff --git a/vcl/source/control/prgsbar.cxx b/vcl/source/control/prgsbar.cxx
index 240756b921d5..5a34d2fd1628 100644
--- a/vcl/source/control/prgsbar.cxx
+++ b/vcl/source/control/prgsbar.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <vcl/status.hxx>
#include <vcl/prgsbar.hxx>
#include <vcl/settings.hxx>
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx
index 62dcc5f8da53..f571ea20be0f 100644
--- a/vcl/source/control/tabctrl.cxx
+++ b/vcl/source/control/tabctrl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "tools/debug.hxx"
#include <vcl/svapp.hxx>
#include <vcl/help.hxx>
diff --git a/vcl/source/edit/textdata.cxx b/vcl/source/edit/textdata.cxx
index 1024c360f1e2..ea6bd1d1ef0e 100644
--- a/vcl/source/edit/textdata.cxx
+++ b/vcl/source/edit/textdata.cxx
@@ -24,7 +24,6 @@
#include <vcl/textdata.hxx>
#include <textdat2.hxx>
-#include <tools/debug.hxx>
TextSelection::TextSelection()
{
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx
index 872963a5d96a..80b43e67ab74 100644
--- a/vcl/source/font/font.cxx
+++ b/vcl/source/font/font.cxx
@@ -20,7 +20,6 @@
#include <sal/macros.h>
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
-#include <tools/debug.hxx>
#include <tools/gen.hxx>
#include <unotools/fontcfg.hxx>
#include <unotools/fontdefs.hxx>
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx
index cc18c4dd4f8a..be3de69e01e7 100644
--- a/vcl/source/fontsubset/fontsubset.cxx
+++ b/vcl/source/fontsubset/fontsubset.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <osl/diagnose.h>
diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx
index 8a355da97b02..3363b5bd21c5 100644
--- a/vcl/source/fontsubset/xlat.cxx
+++ b/vcl/source/fontsubset/xlat.cxx
@@ -19,7 +19,6 @@
#include "rtl/textcvt.h"
#include "xlat.hxx"
-#include <tools/debug.hxx>
namespace {
diff --git a/vcl/source/gdi/alpha.cxx b/vcl/source/gdi/alpha.cxx
index 0ece422f591d..fab58d0b0b52 100644
--- a/vcl/source/gdi/alpha.cxx
+++ b/vcl/source/gdi/alpha.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <vcl/bitmapaccess.hxx>
#include <tools/color.hxx>
#include <vcl/alpha.hxx>
diff --git a/vcl/source/gdi/animate.cxx b/vcl/source/gdi/animate.cxx
index bf3f42e937f1..b7f335628aef 100644
--- a/vcl/source/gdi/animate.cxx
+++ b/vcl/source/gdi/animate.cxx
@@ -18,7 +18,6 @@
*/
#include <vcl/animate.hxx>
-#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <rtl/crc.h>
#include <vcl/virdev.hxx>
diff --git a/vcl/source/gdi/bmpfast.cxx b/vcl/source/gdi/bmpfast.cxx
index 8131a53498d4..a610394cf1a6 100644
--- a/vcl/source/gdi/bmpfast.cxx
+++ b/vcl/source/gdi/bmpfast.cxx
@@ -18,7 +18,6 @@
*/
#include <bmpfast.hxx>
-#include <tools/debug.hxx>
#include <vcl/bitmapaccess.hxx>
#define FAST_ARGB_BGRA
diff --git a/vcl/source/gdi/gfxlink.cxx b/vcl/source/gdi/gfxlink.cxx
index a0a69ef2d82c..70e31776c137 100644
--- a/vcl/source/gdi/gfxlink.cxx
+++ b/vcl/source/gdi/gfxlink.cxx
@@ -20,7 +20,6 @@
#include <osl/file.h>
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
-#include <tools/debug.hxx>
#include <unotools/tempfile.hxx>
#include <vcl/graph.hxx>
#include <vcl/gfxlink.hxx>
diff --git a/vcl/source/gdi/gradient.cxx b/vcl/source/gdi/gradient.cxx
index db6e7d7bf89a..191c3852dc74 100644
--- a/vcl/source/gdi/gradient.cxx
+++ b/vcl/source/gdi/gradient.cxx
@@ -19,7 +19,6 @@
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
-#include <tools/debug.hxx>
#include <tools/gen.hxx>
#include <vcl/gradient.hxx>
diff --git a/vcl/source/gdi/hatch.cxx b/vcl/source/gdi/hatch.cxx
index 89e8347bc7a0..f0f822cbf01a 100644
--- a/vcl/source/gdi/hatch.cxx
+++ b/vcl/source/gdi/hatch.cxx
@@ -19,7 +19,6 @@
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
-#include <tools/debug.hxx>
#include <vcl/hatch.hxx>
ImplHatch::ImplHatch() :
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 7a43de2dc1f3..acebb4d5521a 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -23,7 +23,6 @@
#include <tools/fract.hxx>
#include <tools/vcompat.hxx>
#include <tools/urlobj.hxx>
-#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <tools/helpers.hxx>
#include <ucbhelper/content.hxx>
diff --git a/vcl/source/gdi/jobset.cxx b/vcl/source/gdi/jobset.cxx
index 290de283caa5..ecea840d2393 100644
--- a/vcl/source/gdi/jobset.cxx
+++ b/vcl/source/gdi/jobset.cxx
@@ -19,7 +19,6 @@
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
-#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <vcl/jobset.hxx>
#include <jobset.h>
diff --git a/vcl/source/gdi/lineinfo.cxx b/vcl/source/gdi/lineinfo.cxx
index 095254f4193e..bb27afed837d 100644
--- a/vcl/source/gdi/lineinfo.cxx
+++ b/vcl/source/gdi/lineinfo.cxx
@@ -19,7 +19,6 @@
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
-#include <tools/debug.hxx>
#include <vcl/lineinfo.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx
index 42c96e8f6064..74ab167ecbdd 100644
--- a/vcl/source/gdi/print2.cxx
+++ b/vcl/source/gdi/print2.cxx
@@ -26,7 +26,6 @@
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
-#include <tools/debug.hxx>
#include <vcl/virdev.hxx>
#include <vcl/metaact.hxx>
diff --git a/vcl/source/gdi/regband.cxx b/vcl/source/gdi/regband.cxx
index 08341d6202dc..463ddbe80d66 100644
--- a/vcl/source/gdi/regband.cxx
+++ b/vcl/source/gdi/regband.cxx
@@ -19,7 +19,6 @@
#include <algorithm>
-#include <tools/debug.hxx>
#include <tools/helpers.hxx>
#include <osl/diagnose.hxx>
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index bf362a034b06..30f2e60292f0 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -34,7 +34,6 @@
#include <i18nlangtag/lang.h>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <limits.h>
diff --git a/vcl/source/gdi/wall.cxx b/vcl/source/gdi/wall.cxx
index 1e9ecd37dd2c..2dc6d77a7f40 100644
--- a/vcl/source/gdi/wall.cxx
+++ b/vcl/source/gdi/wall.cxx
@@ -19,7 +19,6 @@
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
-#include <tools/debug.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/gradient.hxx>
#include <vcl/wall.hxx>
diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx
index 2299101f1a58..9f6e764870b3 100644
--- a/vcl/source/image/Image.cxx
+++ b/vcl/source/image/Image.cxx
@@ -18,7 +18,6 @@
*/
#include <osl/file.hxx>
-#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <tools/resmgr.hxx>
#include <vcl/settings.hxx>
diff --git a/vcl/source/window/accel.cxx b/vcl/source/window/accel.cxx
index 8810bdba04c1..b0c7f912aaad 100644
--- a/vcl/source/window/accel.cxx
+++ b/vcl/source/window/accel.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx
index cb82b6916205..01eaf5fd7709 100644
--- a/vcl/source/window/accessibility.cxx
+++ b/vcl/source/window/accessibility.cxx
@@ -22,7 +22,6 @@
#include <i18nlangtag/mslangid.hxx>
#include "tools/time.hxx"
-#include "tools/debug.hxx"
#include "unotools/fontcfg.hxx"
#include "unotools/confignode.hxx"
diff --git a/vcl/source/window/accmgr.cxx b/vcl/source/window/accmgr.cxx
index 56a56345dd7d..bf209354191c 100644
--- a/vcl/source/window/accmgr.cxx
+++ b/vcl/source/window/accmgr.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <accel.h>
#include <vcl/accel.hxx>
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index 531bd0dd72e9..ac8e47d833bc 100644
--- a/vcl/source/window/dlgctrl.cxx
+++ b/vcl/source/window/dlgctrl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <svdata.hxx>
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index f0336c8f8a27..656a551d2a55 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -30,7 +30,6 @@
#include <vcl/floatwin.hxx>
#include <vcl/settings.hxx>
-#include <tools/debug.hxx>
class FloatingWindow::ImplData
{
diff --git a/vcl/source/window/keyevent.cxx b/vcl/source/window/keyevent.cxx
index f5a7c5b1abe8..f0d11065afb2 100644
--- a/vcl/source/window/keyevent.cxx
+++ b/vcl/source/window/keyevent.cxx
@@ -19,7 +19,6 @@
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
-#include <tools/debug.hxx>
#include <vcl/event.hxx>
KeyEvent::KeyEvent (const KeyEvent& rKeyEvent) :
diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx
index f476712e1833..62a500a060e7 100644
--- a/vcl/source/window/legacyaccessibility.cxx
+++ b/vcl/source/window/legacyaccessibility.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <svdata.hxx>
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 9c547a933fcf..053ea8ca95bd 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <tools/stream.hxx>
diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx
index 1d5f6f1dfcdd..04ac25328c07 100644
--- a/vcl/source/window/scrwnd.cxx
+++ b/vcl/source/window/scrwnd.cxx
@@ -19,7 +19,6 @@
#include <limits.h>
#include <tools/time.hxx>
-#include <tools/debug.hxx>
#include <svids.hrc>
#include <bitmaps.hlst>
diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx
index ec6dab2d11d2..3b06d3d11623 100644
--- a/vcl/source/window/seleng.cxx
+++ b/vcl/source/window/seleng.cxx
@@ -19,7 +19,6 @@
#include <vcl/window.hxx>
#include <vcl/seleng.hxx>
-#include <tools/debug.hxx>
#include <comphelper/lok.hxx>
FunctionSet::~FunctionSet()
diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx
index 0fcaa9ec0d32..e4ee8a3dc648 100644
--- a/vcl/source/window/status.cxx
+++ b/vcl/source/window/status.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <vcl/event.hxx>
#include <vcl/decoview.hxx>
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx
index 63bf29ba9950..beca12f4fdc4 100644
--- a/vcl/source/window/syswin.cxx
+++ b/vcl/source/window/syswin.cxx
@@ -22,7 +22,6 @@
#include <cstdlib>
-#include <tools/debug.hxx>
#include <vcl/layout.hxx>
#include <vcl/settings.hxx>
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index d405717e0ad7..b08cf4ca5261 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -32,7 +32,6 @@
#include <vcl/settings.hxx>
#include <vcl/vclstatuslistener.hxx>
-#include <tools/debug.hxx>
#include <tools/poly.hxx>
#include <svl/imageitm.hxx>
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 7ee491c6c886..0a9dfc7516d2 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -20,7 +20,6 @@
#include "sal/config.h"
#include <comphelper/processfactory.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/idle.hxx>
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 20e1855a37fa..d0dd1bcc3c98 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -18,7 +18,6 @@
*/
#include <limits.h>
-#include <tools/debug.hxx>
#include <tools/poly.hxx>
#include <vcl/bitmap.hxx>
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx
index 448ed9c0c79b..7cc002b0f041 100644
--- a/vcl/source/window/wrkwin.cxx
+++ b/vcl/source/window/wrkwin.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/wrkwin.hxx>