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
This commit is contained in:
Julian Smart 2006-06-18 11:16:43 +00:00
parent 2273efca47
commit 0db43f1ab6

View File

@ -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__