summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_unix.cpp
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-07-27 14:40:51 +0200
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-07-27 14:41:27 +0200
commit521f9b245330665f114238e1a888161c696fed03 (patch)
tree8c8d6238077500c6a3affffe9dd3227ed2abd075 /src/corelib/kernel/qeventdispatcher_unix.cpp
parent4b696ce11ffed279ed92c63bb85cbcdaab818033 (diff)
Compile on Mac OS X
Need the right include for the mach_*() functions.
Diffstat (limited to 'src/corelib/kernel/qeventdispatcher_unix.cpp')
-rw-r--r--src/corelib/kernel/qeventdispatcher_unix.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_unix.cpp b/src/corelib/kernel/qeventdispatcher_unix.cpp
index 6f1256b315..2943c6d2f3 100644
--- a/src/corelib/kernel/qeventdispatcher_unix.cpp
+++ b/src/corelib/kernel/qeventdispatcher_unix.cpp
@@ -59,10 +59,6 @@
# include <sys/times.h>
#endif
-#ifdef Q_OS_MAC
-#include <mach/mach_time.h>
-#endif
-
QT_BEGIN_NAMESPACE
Q_CORE_EXPORT bool qt_disable_lowpriority_timers=false;