]> git.saurik.com Git - wxWidgets.git/commitdiff
#include "wx/cocoa/ObjcPose.h" from the source in preparation for removing
authorDavid Elliott <dfe@tgwbd.org>
Sat, 19 Apr 2003 17:40:46 +0000 (17:40 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 19 Apr 2003 17:40:46 +0000 (17:40 +0000)
it from the already included headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/NSButton.mm
src/cocoa/NSView.mm
src/cocoa/NSWindow.mm
src/cocoa/app.mm

index 11027892aa451d5a880cffb52678eeca7f613d82..c228460dd41cfc59d51363bfa39d7536105574a6 100644 (file)
@@ -22,6 +22,8 @@
     #include "wx/log.h"
 #endif // WX_PRECOMP
 
+#include "wx/cocoa/ObjcPose.h"
+
 #include "wx/cocoa/NSButton.h"
 #import <AppKit/NSButton.h>
 
index ec0be69062c0ffb4b16cd6b2dd494aa96fe56e3e..280c06b91b3c5d6824f00c56e67e940ca802732c 100644 (file)
@@ -22,6 +22,7 @@
     #include "wx/window.h"
 #endif // WX_PRECOMP
 
+#include "wx/cocoa/ObjcPose.h"
 #include "wx/cocoa/NSView.h"
 
 #import <Appkit/NSView.h>
index 577f1598684bec22797e1390a9399623ee43090f..c0a6fdba0ecab677b7abf60b8b1309acabc19893 100644 (file)
@@ -23,6 +23,7 @@
     #include "wx/menuitem.h"
 #endif // WX_PRECOMP
 
+#include "wx/cocoa/ObjcPose.h"
 #include "wx/cocoa/NSWindow.h"
 
 #import <Appkit/NSWindow.h>
index 3574ca20b96a5593045ab19aaafc5333ff11c920..260c579d2eef830720f99e850652fb82480dfea3 100644 (file)
     #include "wx/dc.h"
     #include "wx/intl.h"
     #include "wx/log.h"
-    #include "wx/cocoa/ObjcPose.h"
 #endif
 
+#include "wx/cocoa/ObjcPose.h"
+
 #if wxUSE_WX_RESOURCES
 #  include "wx/resource.h"
 #endif