// headers & declarations
// ============================================================================
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "checklst.h"
-#endif
-
#include "wx/wxprec.h"
#if wxUSE_CHECKLISTBOX
#include "wx/arrstr.h"
#include "wx/mac/uma.h"
+#ifndef __DARWIN__
#include <Appearance.h>
+#endif
// ============================================================================
// implementation of wxCheckListBox