]> git.saurik.com Git - wxWidgets.git/commitdiff
moving header for precomp builds
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Feb 2010 17:27:49 +0000 (17:27 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Feb 2010 17:27:49 +0000 (17:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/dnd.mm

index 74e21d53b0b53a1b9e4eea5e59e9174b3ed8a2fd..6c9e4e418d6e16d9b38b854c17514c2b7f5b7481 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/evtloop.h"
     #include "wx/toplevel.h"
     #include "wx/gdicmn.h"
     #include "wx/wx.h"
 #endif // WX_PRECOMP
 
-#include <AppKit/AppKit.h>
+#include "wx/evtloop.h"
+
 #include "wx/osx/private.h"
 
 wxDropSource* gCurrentSource = NULL;