#include "wx/cocoa/ObjcPose.h" from the source in preparation for removing

it from the already included headers


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-04-19 17:40:46 +00:00
parent 5822d04ada
commit fb45bb1fb2
4 changed files with 6 additions and 1 deletions

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

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

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

View File

@ -26,9 +26,10 @@
#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