summaryrefslogtreecommitdiff
path: root/vcl/inc/quartz
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r--vcl/inc/quartz/common.h2
1 files changed, 0 insertions, 2 deletions
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