Fixed compilation with precompiled headers.
Removed include <objc/objc-runtime.h> from window.mm, it's not needed anymore. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/msgdlg.h"
|
||||
#include "wx/filedlg.h"
|
||||
#include "wx/filename.h"
|
||||
#include "wx/app.h"
|
||||
#endif
|
||||
#include "wx/filename.h"
|
||||
|
||||
#include "wx/cocoa/autorelease.h"
|
||||
#include "wx/cocoa/string.h"
|
||||
|
@@ -12,9 +12,9 @@
|
||||
#include "wx/wxprec.h"
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/log.h"
|
||||
#include "wx/tooltip.h"
|
||||
#include "wx/window.h"
|
||||
#endif //WX_PRECOMP
|
||||
#include "wx/tooltip.h"
|
||||
|
||||
#include "wx/cocoa/autorelease.h"
|
||||
#include "wx/cocoa/string.h"
|
||||
@@ -26,8 +26,6 @@
|
||||
#import <AppKit/NSClipView.h>
|
||||
#import <Foundation/NSException.h>
|
||||
|
||||
#include <objc/objc-runtime.h>
|
||||
|
||||
// Turn this on to paint green over the dummy views for debugging
|
||||
#undef WXCOCOA_FILL_DUMMY_VIEW
|
||||
|
||||
|
Reference in New Issue
Block a user