X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb7d73757f9e8771e7d8fc6b22f1acf27aac35bd..6716fce4398b873d0153a487de2a937084ec9b60:/src/os2/dnd.cpp diff --git a/src/os2/dnd.cpp b/src/os2/dnd.cpp index 9100811fc9..e612b2ee65 100644 --- a/src/os2/dnd.cpp +++ b/src/os2/dnd.cpp @@ -14,11 +14,14 @@ #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