From: Julian Smart Date: Sun, 18 Jun 2006 11:16:43 +0000 (+0000) Subject: Wouldn't compile on Intel/universal binary with those tests, and X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0db43f1ab63b61d34953adcc23856cf881113eff Wouldn't compile on Intel/universal binary with those tests, and 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 --- diff --git a/src/mac/carbon/uma.cpp b/src/mac/carbon/uma.cpp index 91b3ed5f7b..fbaf85cd85 100644 --- a/src/mac/carbon/uma.cpp +++ b/src/mac/carbon/uma.cpp @@ -13,12 +13,7 @@ #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__