# HG changeset patch
# User Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
# Date 1286803226 -3600
# Node ID 43205eda54bd744cfc472f9a90b793dd83a89d78
# Parent  a0ea7bcac15b22582af6be55da12043300e029fb
ifdef guard for mac header includes

diff -r a0ea7bcac15b -r 43205eda54bd main/main.cpp
--- a/main/main.cpp	Mon Oct 11 14:16:54 2010 +0100
+++ b/main/main.cpp	Mon Oct 11 14:20:26 2010 +0100
@@ -23,8 +23,10 @@
 #include "widgets/TipDialog.h"
 #include "transform/TransformFactory.h"
 
+#ifdef Q_WS_MAC
 #include <ApplicationServices/ApplicationServices.h>
 #include <Carbon/Carbon.h>
+#endif
 
 #include <QMetaType>
 #include <QApplication>