diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:23:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:51 +0100 |
commit | d59211357a4ae75365f23479ac2e1cd2376a5dab (patch) | |
tree | f6b5451b2a05ddd9402a2e6019f5bf1d798371a0 /vcl/source | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/sound.cxx | 1 | ||||
-rw-r--r-- | vcl/source/app/timer.cxx | 1 | ||||
-rw-r--r-- | vcl/source/components/display.cxx | 1 | ||||
-rw-r--r-- | vcl/source/components/factory.cxx | 1 | ||||
-rw-r--r-- | vcl/source/components/fontident.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/impbmp.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/brdwin.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/dockingarea.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/introwin.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/mouseevent.cxx | 1 |
10 files changed, 0 insertions, 15 deletions
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 **/ |