moving header for precomp builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-02-28 17:27:49 +00:00
parent 57a4b972cf
commit 8a484d9ef6

View File

@@ -17,13 +17,13 @@
#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;