]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checklst.cpp
Source cleaning, wxW headers, whitespaces and improved PCH support.
[wxWidgets.git] / src / os2 / checklst.cpp
index 7d5566b9122ae7b04a96e66e6fc2aa94a5bb4486..305237d43b77f4acdf05da1632406f92fe244457 100644 (file)
 
 #if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN
 
+#include "wx/checklst.h"
+
 #ifndef WX_PRECOMP
     #include "wx/object.h"
+    #include "wx/log.h"
+    #include "wx/window.h"
+    #include "wx/dcmemory.h"
+    #include "wx/dcscreen.h"
+    #include "wx/settings.h"
+    #include "wx/listbox.h"
 #endif
 
 #include "wx/colour.h"
 #include "wx/font.h"
 #include "wx/bitmap.h"
-#include "wx/window.h"
-#include "wx/listbox.h"
 #include "wx/ownerdrw.h"
-#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>