diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 12:59:03 -0300 |
---|---|---|
committer | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 16:33:18 -0500 |
commit | 7e2b9fa2132346787bec09c7d590def9a65b9a7f (patch) | |
tree | a565b23c227c7e9958c740f9fd04096bde8b4500 /sfx2 | |
parent | 7afacb97a7f8a6f98daba0f5c8dfcd4035218ce4 (diff) |
Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.
Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctemplates.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx index 3de3f71ee256..d84e68925b88 100644 --- a/sfx2/source/doc/doctemplates.cxx +++ b/sfx2/source/doc/doctemplates.cxx @@ -18,7 +18,6 @@ */ #include <osl/mutex.hxx> -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> #include <rtl/ustring.hxx> diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index 3a7974cfcecd..3eaafa447788 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SFX2_SOURCE_INC_SFXTYPES_HXX #define INCLUDED_SFX2_SOURCE_INC_SFXTYPES_HXX -#include <tools/debug.hxx> #include <tools/rc.hxx> #include <tools/rcid.h> #include <tools/resid.hxx> |