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 /svtools/source/misc | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/langtab.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/transfer2.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/wallitem.cxx | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 51e93d485065..df6c0cbd26d6 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -28,7 +28,6 @@ #include <tools/shl.hxx> -#include <tools/debug.hxx> #include <com/sun/star/i18n/DirectionProperty.hpp> diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx index 7fd0569ba96d..596fb9de44e6 100644 --- a/svtools/source/misc/transfer2.cxx +++ b/svtools/source/misc/transfer2.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <osl/mutex.hxx> -#include <tools/debug.hxx> #include <unotools/ucbstreamhelper.hxx> #include <sot/exchange.hxx> #include <sot/storage.hxx> diff --git a/svtools/source/misc/wallitem.cxx b/svtools/source/misc/wallitem.cxx index 2f0edafa0b17..235bfc367800 100644 --- a/svtools/source/misc/wallitem.cxx +++ b/svtools/source/misc/wallitem.cxx @@ -35,8 +35,6 @@ #include <comphelper/processfactory.hxx> #include <tools/stream.hxx> -#include <tools/debug.hxx> -#include <tools/stream.hxx> #include <vcl/graph.hxx> #include <vcl/svapp.hxx> |