]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/checklst.cpp
we don't need to override MSWTranslateMessage(), it was a wrong workaround for the...
[wxWidgets.git] / src / msw / wince / checklst.cpp
index b0044c84439f0409b7339624a475988040b56e68..d2ce744d1f22c658a70ea89b5479dfbbce36223c 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #if wxUSE_CHECKLISTBOX
 
+#include "wx/checklst.h"
+
 #ifndef WX_PRECOMP
 #endif
 
-#include "wx/checklst.h"
-
 // include <commctrl.h> "properly"
 #include "wx/msw/wrapcctl.h"