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 /sot | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/formats.cxx | 1 | ||||
-rw-r--r-- | sot/source/base/object.cxx | 1 | ||||
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 1 | ||||
-rw-r--r-- | sot/source/sdstor/stgstrms.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx index 2bfa0661f4bf..8f24951486e4 100644 --- a/sot/source/base/formats.cxx +++ b/sot/source/base/formats.cxx @@ -28,7 +28,6 @@ #define _SOT_FORMATS_INCLUDE_SYSTEMFORMATS -#include <tools/debug.hxx> #include <tools/solar.h> #include <sot/exchange.hxx> diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index dffcd757bbeb..73b24b7a8b37 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -29,7 +29,6 @@ #define _SOT_OBJECT_CXX -#include <tools/debug.hxx> #include <sot/object.hxx> #include <sot/factory.hxx> diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 127cd6027a60..68a7a3a00c6f 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -32,7 +32,6 @@ #include "stgole.hxx" #include "sot/storinfo.hxx" // Read/WriteClipboardFormat() -#include <tools/debug.hxx> #if defined(_MSC_VER) && (_MSC_VER>=1400) #pragma warning(disable: 4342) #endif diff --git a/sot/source/sdstor/stgstrms.cxx b/sot/source/sdstor/stgstrms.cxx index 5e6c1eadf084..24c442212a76 100644 --- a/sot/source/sdstor/stgstrms.cxx +++ b/sot/source/sdstor/stgstrms.cxx @@ -31,7 +31,6 @@ #include <osl/file.hxx> #include <tools/tempfile.hxx> -#include <tools/debug.hxx> #include "sot/stg.hxx" #include "stgelem.hxx" |