summaryrefslogtreecommitdiff
path: root/svtools/source/edit
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 /svtools/source/edit
parent4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff)
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'svtools/source/edit')
-rw-r--r--svtools/source/edit/syntaxhighlight.cxx1
-rw-r--r--svtools/source/edit/textdoc.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index b9869fbc5195..0e5beffa5141 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -31,7 +31,6 @@
#include <unotools/charclass.hxx>
#include <comphelper/string.hxx>
-#include <tools/debug.hxx>
// ##########################################################################
// ATTENTION: all these words needs to be in small caps
diff --git a/svtools/source/edit/textdoc.hxx b/svtools/source/edit/textdoc.hxx
index 41a134da4899..f3538908342a 100644
--- a/svtools/source/edit/textdoc.hxx
+++ b/svtools/source/edit/textdoc.hxx
@@ -33,7 +33,6 @@
#include <svtools/textdata.hxx>
#include <svtools/txtattr.hxx>
-#include <tools/debug.hxx>
#include <tools/string.hxx>
typedef TextCharAttrib* TextCharAttribPtr;