X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b49cf49ba9ee9f3eeec9730cb4bc4569ab17f1..528a5e8f92e938407ee2c33b29e519af064e6608:/src/msw/dragimag.cpp?ds=inline diff --git a/src/msw/dragimag.cpp b/src/msw/dragimag.cpp index 75d271d05c..469d3954b0 100644 --- a/src/msw/dragimag.cpp +++ b/src/msw/dragimag.cpp @@ -27,6 +27,7 @@ #if wxUSE_DRAGIMAGE #ifndef WX_PRECOMP + #include "wx/msw/wrapcctl.h" // include "properly" #include #include "wx/window.h" #include "wx/dcclient.h" @@ -36,10 +37,10 @@ #include "wx/intl.h" #include "wx/log.h" #include "wx/frame.h" + #include "wx/image.h" #endif #include "wx/msw/private.h" -#include "wx/image.h" #include "wx/msw/dragimag.h" #include "wx/msw/private.h" @@ -48,9 +49,6 @@ #include "wx/msw/wince/missing.h" #endif // __WXWINCE__ -// include "properly" -#include "wx/msw/wrapcctl.h" - // Wine doesn't have this yet #ifndef ListView_CreateDragImage #define ListView_CreateDragImage(hwnd, i, lpptUpLeft) \