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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 2 | ||||
-rw-r--r-- | vcl/inc/quartz/common.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 75c34ef1bee2..5f7c0c4a8241 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -29,8 +29,6 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <basebmp/scanlineformats.hxx> -#include <tools/debug.hxx> - #if OSL_DEBUG_LEVEL > 2 #include <basebmp/debug.hxx> #include <fstream> diff --git a/vcl/inc/quartz/common.h b/vcl/inc/quartz/common.h index 2d9b717b5dc6..8e3f28669628 100644 --- a/vcl/inc/quartz/common.h +++ b/vcl/inc/quartz/common.h @@ -33,8 +33,6 @@ #include <sal/types.h> -#include <tools/debug.hxx> - // CoreFoundation designers, in their wisdom, decided that CFRelease of NULL // cause a Crash, yet few API can return NULL when asking for the creation // of an object, which force us to peper the code with egly if construct everywhere |