summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-06 23:23:03 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-06 23:55:51 +0100
commitd59211357a4ae75365f23479ac2e1cd2376a5dab (patch)
treef6b5451b2a05ddd9402a2e6019f5bf1d798371a0 /vcl
parent4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff)
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/generic/print/psputil.cxx1
-rw-r--r--vcl/headless/svpelement.cxx1
-rw-r--r--vcl/source/app/sound.cxx1
-rw-r--r--vcl/source/app/timer.cxx1
-rw-r--r--vcl/source/components/display.cxx1
-rw-r--r--vcl/source/components/factory.cxx1
-rw-r--r--vcl/source/components/fontident.cxx2
-rw-r--r--vcl/source/gdi/impbmp.cxx2
-rw-r--r--vcl/source/window/brdwin.cxx2
-rw-r--r--vcl/source/window/dockingarea.cxx2
-rw-r--r--vcl/source/window/introwin.cxx2
-rw-r--r--vcl/source/window/mouseevent.cxx1
-rw-r--r--vcl/unx/generic/printer/ppdparser.cxx1
-rw-r--r--vcl/unx/gtk/app/gtkdata.cxx1
-rw-r--r--vcl/unx/kde/kdedata.cxx2
-rw-r--r--vcl/win/source/app/salinst.cxx1
-rw-r--r--vcl/win/source/gdi/salgdi_gdiplus.cxx1
17 files changed, 0 insertions, 23 deletions
diff --git a/vcl/generic/print/psputil.cxx b/vcl/generic/print/psputil.cxx
index 8d45b29d386c..7303a19ba830 100644
--- a/vcl/generic/print/psputil.cxx
+++ b/vcl/generic/print/psputil.cxx
@@ -27,7 +27,6 @@
************************************************************************/
#include <string.h>
-#include <tools/debug.hxx>
#include <rtl/instance.hxx>
#include "psputil.hxx"
diff --git a/vcl/headless/svpelement.cxx b/vcl/headless/svpelement.cxx
index fb0447224773..80a47fec5f2f 100644
--- a/vcl/headless/svpelement.cxx
+++ b/vcl/headless/svpelement.cxx
@@ -29,7 +29,6 @@
#include "headless/svpelement.hxx"
#include <basebmp/scanlineformats.hxx>
-#include <tools/debug.hxx>
#include <osl/diagnose.h>
#if defined WITH_SVP_LISTENING
diff --git a/vcl/source/app/sound.cxx b/vcl/source/app/sound.cxx
index 036629d85b08..ffc5e4e5c583 100644
--- a/vcl/source/app/sound.cxx
+++ b/vcl/source/app/sound.cxx
@@ -28,7 +28,6 @@
#include <tools/urlobj.hxx>
-#include <tools/debug.hxx>
#include <unotools/localfilehelper.hxx>
#include <unotools/ucbstreamhelper.hxx>
diff --git a/vcl/source/app/timer.cxx b/vcl/source/app/timer.cxx
index 79245db73f6e..3011cb282c26 100644
--- a/vcl/source/app/timer.cxx
+++ b/vcl/source/app/timer.cxx
@@ -28,7 +28,6 @@
#include <tools/time.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/timer.hxx>
diff --git a/vcl/source/components/display.cxx b/vcl/source/components/display.cxx
index cfab922326ac..41368f7f903c 100644
--- a/vcl/source/components/display.cxx
+++ b/vcl/source/components/display.cxx
@@ -39,7 +39,6 @@
#include <cppuhelper/implbase4.hxx>
#include <vector>
-#include <tools/debug.hxx>
using ::rtl::OUString;
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx
index 0b6e4ae8f85e..6772db7b78ef 100644
--- a/vcl/source/components/factory.cxx
+++ b/vcl/source/components/factory.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include <tools/debug.hxx>
#include <osl/mutex.hxx>
#include <rtl/ustrbuf.hxx>
#include <uno/dispatcher.h> // declaration of generic uno interface
diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx
index 410c5a4f96a5..61bfe4f53cc5 100644
--- a/vcl/source/components/fontident.cxx
+++ b/vcl/source/components/fontident.cxx
@@ -27,8 +27,6 @@
************************************************************************/
-#include <tools/debug.hxx>
-
#include "vcl/svapp.hxx"
#include "vcl/font.hxx"
diff --git a/vcl/source/gdi/impbmp.cxx b/vcl/source/gdi/impbmp.cxx
index 2f70e77c92a7..f4c2de9d876e 100644
--- a/vcl/source/gdi/impbmp.cxx
+++ b/vcl/source/gdi/impbmp.cxx
@@ -27,8 +27,6 @@
************************************************************************/
-#include <tools/debug.hxx>
-
#include <vcl/bitmap.hxx>
#include <svdata.hxx>
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx
index 8e487e9f20cd..7e225ea77b6f 100644
--- a/vcl/source/window/brdwin.cxx
+++ b/vcl/source/window/brdwin.cxx
@@ -44,8 +44,6 @@
#include <vcl/edit.hxx>
#include <vcl/metric.hxx>
-#include <tools/debug.hxx>
-
using namespace ::com::sun::star::uno;
// useful caption height for title bar buttons
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx
index d424b7cedc06..31f29c2f186f 100644
--- a/vcl/source/window/dockingarea.cxx
+++ b/vcl/source/window/dockingarea.cxx
@@ -27,8 +27,6 @@
************************************************************************/
-#include <tools/debug.hxx>
-
#include <vcl/dockingarea.hxx>
#include <vcl/syswin.hxx>
#include <vcl/menu.hxx>
diff --git a/vcl/source/window/introwin.cxx b/vcl/source/window/introwin.cxx
index f1e22d8d6ce4..6c1e7348c933 100644
--- a/vcl/source/window/introwin.cxx
+++ b/vcl/source/window/introwin.cxx
@@ -27,8 +27,6 @@
************************************************************************/
-#include <tools/debug.hxx>
-
#include <vcl/wrkwin.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/introwin.hxx>
diff --git a/vcl/source/window/mouseevent.cxx b/vcl/source/window/mouseevent.cxx
index e7b475599657..fd273cc8d578 100644
--- a/vcl/source/window/mouseevent.cxx
+++ b/vcl/source/window/mouseevent.cxx
@@ -30,7 +30,6 @@
#include <com/sun/star/awt/MouseEvent.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/awt/MouseButton.hpp>
-#include <tools/debug.hxx>
#include <vcl/event.hxx>
/** inits this vcl KeyEvent with all settings from the given awt event **/
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx
index a34d9c99c043..3d2cebfe34e5 100644
--- a/vcl/unx/generic/printer/ppdparser.cxx
+++ b/vcl/unx/generic/printer/ppdparser.cxx
@@ -38,7 +38,6 @@
#include "vcl/helper.hxx"
#include "vcl/svapp.hxx"
#include "cupsmgr.hxx"
-#include "tools/debug.hxx"
#include "tools/urlobj.hxx"
#include "tools/stream.hxx"
#include "tools/zcodec.hxx"
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index dc3e170b85b3..8ece4c7a08d1 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -53,7 +53,6 @@
#include <osl/thread.h>
#include <osl/process.h>
-#include <tools/debug.hxx>
#include "unx/i18n_im.hxx"
#include "unx/i18n_xkb.hxx"
#include <unx/wmadaptor.hxx>
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx
index 3400a2d0a718..d1086b8ee04d 100644
--- a/vcl/unx/kde/kdedata.cxx
+++ b/vcl/unx/kde/kdedata.cxx
@@ -50,8 +50,6 @@
#include <osl/module.h>
#include <osl/mutex.hxx>
-#include <tools/debug.hxx>
-
#include "unx/kde/kdedata.hxx"
#include "unx/i18n_im.hxx"
#include "unx/i18n_xkb.hxx"
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 90841f72a4a9..bf1b89f02398 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -37,7 +37,6 @@
#include <osl/mutex.hxx>
#include <tools/solarmutex.hxx>
-#include <tools/debug.hxx>
#include <vcl/timer.hxx>
#include <vcl/apptypes.hxx>
diff --git a/vcl/win/source/gdi/salgdi_gdiplus.cxx b/vcl/win/source/gdi/salgdi_gdiplus.cxx
index 5e7c173fbd44..3cc62b7bb077 100644
--- a/vcl/win/source/gdi/salgdi_gdiplus.cxx
+++ b/vcl/win/source/gdi/salgdi_gdiplus.cxx
@@ -31,7 +31,6 @@
#include <string.h>
#include <svsys.h>
-#include <tools/debug.hxx>
#include <win/wincomp.hxx>
#include <win/saldata.hxx>