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:
@@ -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 )
|
||||
{
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user