]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stopwatch.cpp
Various source cleanings.
[wxWidgets.git] / src / common / stopwatch.cpp
index 1ace26ef2db4e71ae49b1636c4aa770a5ff245c9..cd13eb058882e55cee011b27bd59f164cbde7523 100644 (file)
 #endif
 
 #ifdef __WXMAC__
+#ifndef __DARWIN__
     #include <Timer.h>
     #include <DriverServices.h>
+#else
+    #include <Carbon/Carbon.h>
+#endif
 #endif
 
 #ifdef __WXPALMOS__