X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa61d3525370a9b9fa8c797d9b7f89d96994db5f..8ec09aacc6d8a0ef8c8e3910c46258bc20f0734b:/src/os2/checklst.cpp diff --git a/src/os2/checklst.cpp b/src/os2/checklst.cpp index 8d2d55ee55..692eafb574 100644 --- a/src/os2/checklst.cpp +++ b/src/os2/checklst.cpp @@ -18,7 +18,13 @@ #if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN -#include "wx/object.h" +#include "wx/checklst.h" + +#ifndef WX_PRECOMP + #include "wx/object.h" + #include "wx/log.h" +#endif + #include "wx/colour.h" #include "wx/font.h" #include "wx/bitmap.h" @@ -28,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