From 0db43f1ab63b61d34953adcc23856cf881113eff Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 18 Jun 2006 11:16:43 +0000 Subject: [PATCH] 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 --- src/mac/carbon/uma.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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__