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 /linguistic | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdiclist.hxx | 1 | ||||
-rw-r--r-- | linguistic/source/dlistimp.hxx | 1 | ||||
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 1 | ||||
-rw-r--r-- | linguistic/workben/sprophelp.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/linguistic/source/convdiclist.hxx b/linguistic/source/convdiclist.hxx index f5f4c74360d8..340403a91055 100644 --- a/linguistic/source/convdiclist.hxx +++ b/linguistic/source/convdiclist.hxx @@ -35,7 +35,6 @@ #include <cppuhelper/implbase3.hxx> #include <cppuhelper/interfacecontainer.h> #include <svl/svarray.hxx> -#include <tools/debug.hxx> #include "linguistic/misc.hxx" #include "lngopt.hxx" diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx index ca8df5a3b2c4..4eb9a1a0f559 100644 --- a/linguistic/source/dlistimp.hxx +++ b/linguistic/source/dlistimp.hxx @@ -37,7 +37,6 @@ #include <cppuhelper/implbase1.hxx> // helper for implementations #include <cppuhelper/implbase3.hxx> // helper for implementations #include <cppuhelper/interfacecontainer.h> -#include <tools/debug.hxx> #include <vector> #include <memory> diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index e73fa1e8712c..f5488eb2937e 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -28,7 +28,6 @@ #include <unicode/uscript.h> #include <i18npool/lang.h> -#include <tools/debug.hxx> #include <tools/fsys.hxx> #include <tools/stream.hxx> #include <tools/string.hxx> diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx index 17b2f8a7f31a..134b0d8d14ec 100644 --- a/linguistic/workben/sprophelp.cxx +++ b/linguistic/workben/sprophelp.cxx @@ -32,7 +32,6 @@ #include "sprophelp.hxx" #include "linguistic/lngprops.hxx" -#include <tools/debug.hxx> #include <com/sun/star/linguistic2/LinguServiceEvent.hpp> #include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> |