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:
David Elliott
2004-10-30 05:53:33 +00:00
parent d841895246
commit e73ae7474c
2 changed files with 2 additions and 4 deletions

View File

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

View File

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