summaryrefslogtreecommitdiff
path: root/vcl/source/components
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/source/components
parent4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff)
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'vcl/source/components')
-rw-r--r--vcl/source/components/display.cxx1
-rw-r--r--vcl/source/components/factory.cxx1
-rw-r--r--vcl/source/components/fontident.cxx2
3 files changed, 0 insertions, 4 deletions
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"