summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-03 14:03:40 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-03 14:03:40 +0300
commit1b33554474d21075728e0e5f133e2bd3df58b936 (patch)
treef231b7bab5ce034a7e32c4fa95904434466cc776 /vcl
parentc71049de369b1430a6da6caca2e97f1835c79e4f (diff)
Don't include X11 headers for OS X
Change-Id: I72e9568fe18eb412110384aab940da002140bf0b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/gdimtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index f43b6ca4f6b2..0b6daac6249f 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -48,7 +48,7 @@
#include <com/sun/star/graphic/XGraphicRenderer.hpp>
#include <comphelper/processfactory.hxx>
-#ifdef UNX
+#if defined(UNX) && !defined(MACOSX)
#include <tools/prex.h>
#include "unx/Xproto.h"
#include <tools/postx.h>