]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compilation with precompiled headers.
authorDavid Elliott <dfe@tgwbd.org>
Sat, 30 Oct 2004 05:53:33 +0000 (05:53 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 30 Oct 2004 05:53:33 +0000 (05:53 +0000)
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

src/cocoa/filedlg.mm
src/cocoa/window.mm

index 7c74ed924688e743cf13d9bb26ed637c6e1e0342..3df7bc908432c131f0081576f5579793c632a67b 100644 (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"
index 417301f392156fc72760584676797c94ae60594f..1e4fd289db7651b036174116311fac8f825b893d 100644 (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