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 /sc | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/address.hxx | 1 | ||||
-rw-r--r-- | sc/inc/dpglobal.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 761158d80f88..c3eb51ca9541 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -32,7 +32,6 @@ #include <tools/stream.hxx> #include <tools/string.hxx> #include <tools/solar.h> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <osl/endian.h> diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx index 200672a733df..9d99b6988809 100644 --- a/sc/inc/dpglobal.hxx +++ b/sc/inc/dpglobal.hxx @@ -34,7 +34,6 @@ #include <list> #include <vector> #include <tools/gen.hxx> -#include <tools/debug.hxx> #include <global.hxx> #include <com/sun/star/container/XNamed.hpp> |