X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/799ea01170e831c212320b0cb3038a91785e4789..b1ef887ad8c20ce0ac293db64dae82e88071baa9:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index 6664996a0b..6b252d92a6 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -16,7 +16,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "choicebase.h" #endif @@ -72,8 +72,6 @@ public: #include "wx/mac/choice.h" #elif defined(__WXPM__) #include "wx/os2/choice.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/choice.h" #endif #endif // wxUSE_CHOICE