X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa61d3525370a9b9fa8c797d9b7f89d96994db5f..2ef6ae9de218b39d3c7be6469a6fe1bd80f9a1b8:/src/msw/checklst.cpp diff --git a/src/msw/checklst.cpp b/src/msw/checklst.cpp index 91c20b20b0..0a9a715488 100644 --- a/src/msw/checklst.cpp +++ b/src/msw/checklst.cpp @@ -21,11 +21,13 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN +#include "wx/checklst.h" + #ifndef WX_PRECOMP #include "wx/object.h" #include "wx/colour.h" @@ -41,7 +43,6 @@ #endif #include "wx/ownerdrw.h" -#include "wx/checklst.h" #include "wx/msw/wrapwin.h" #include