#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/msw/wrapwin.h"
#include "wx/object.h"
#include "wx/colour.h"
#include "wx/font.h"
#include "wx/window.h"
#include "wx/listbox.h"
#include "wx/dcmemory.h"
-
#include "wx/settings.h"
-
#include "wx/log.h"
#endif
#include "wx/ownerdrw.h"
-#include "wx/checklst.h"
-#include "wx/msw/wrapwin.h"
#include <windowsx.h>
#include "wx/msw/private.h"