// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "listboxbase.h"
#endif
#include "wx/mac/listbox.h"
#elif defined(__WXPM__)
#include "wx/os2/listbox.h"
-#elif defined(__WXSTUBS__)
- #include "wx/stubs/listbox.h"
#endif
#endif // wxUSE_LISTBOX