non-precomp fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-07 20:09:57 +00:00
parent 7f0d0111c4
commit 05cf95ed0d
2 changed files with 6 additions and 8 deletions

View File

@@ -10,16 +10,12 @@
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxOSX_USE_COCOA
#include <Cocoa/Cocoa.h>
#else
#include <UIKit/UIKit.h>
#ifndef WX_PRECOMP
#include "wx/nonownedwnd.h"
#include "wx/frame.h"
#endif
#ifdef __WXMAC__
#include "wx/osx/private.h"
#endif
NSRect wxToNSRect( NSView* parent, const wxRect& r )
{

View File

@@ -11,7 +11,9 @@
#include "wx/wxprec.h"
#include <Cocoa/Cocoa.h>
#ifndef WX_PRECOMP
#include "wx/nonownedwnd.h"
#endif
#ifdef __WXMAC__
#include "wx/osx/private.h"