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/unx | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/printer/ppdparser.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/app/gtkdata.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 2 |
3 files changed, 0 insertions, 4 deletions
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" |