]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checklst.cpp
wx.ProgressDialog.Update now returns two values.
[wxWidgets.git] / src / os2 / checklst.cpp
index 7d5566b9122ae7b04a96e66e6fc2aa94a5bb4486..692eafb574dba1627251c35864dc0d5ec416fd29 100644 (file)
 
 #if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN
 
+#include "wx/checklst.h"
+
 #ifndef WX_PRECOMP
     #include "wx/object.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/colour.h"
@@ -31,8 +34,6 @@
 #include "wx/settings.h"
 #include "wx/dcmemory.h"
 #include "wx/dcscreen.h"
-#include "wx/checklst.h"
-#include "wx/log.h"
 
 #define INCL_PM
 #include <os2.h>