]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
[wxWidgets.git] / src / msw / checklst.cpp
index 91c20b20b01d9be8aab3a184790a1a1b510b8233..0a9a7154885dc4edcb19e3ac1ff3728fad2eced4 100644 (file)
 #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 <windowsx.h>