]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dnd.cpp
wxPython 2.7.1.1
[wxWidgets.git] / src / os2 / dnd.cpp
index 9100811fc9b6c2459e25e527a30662dd0d221956..e612b2ee65c5b725fa4df26f2dff184e5d2b4f86 100644 (file)
 
 #if wxUSE_DRAG_AND_DROP
 
-#include "wx/window.h"
-#include "wx/app.h"
-#include "wx/gdicmn.h"
 #include "wx/dnd.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+    #include "wx/window.h"
+    #include "wx/gdicmn.h"
+#endif
+
 #define INCL_PM
 #define INCL_DOS
 #include <os2.h>