]> git.saurik.com Git - wxWidgets.git/commitdiff
Wouldn't compile on Intel/universal binary with those tests, and
authorJulian Smart <julian@anthemion.co.uk>
Sun, 18 Jun 2006 11:16:43 +0000 (11:16 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 18 Jun 2006 11:16:43 +0000 (11:16 +0000)
do we really need several lines of ifdefing just to include a header
maybe for microsecond gains?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/uma.cpp

index 91b3ed5f7b68c15b5e3de654d2ebaeffda6bd8a3..fbaf85cd85f4f2ee8127e95b7d4b83b185723572 100644 (file)
 
 #if wxUSE_GUI
 
-#ifndef WX_PRECOMP
-    #if TARGET_API_MAC_OSX
-        #include "wx/toplevel.h"
-    #endif
-#endif
-
+#include "wx/toplevel.h"
 #include "wx/dc.h"
 
 #ifndef __DARWIN__