X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..7cc98b3e3fbe91688e1ff8852a03e589aec5c866:/include/wx/gtk/choice.h diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index 796d625f4b..acd0324c00 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -16,8 +16,6 @@ #include "wx/defs.h" -#if wxUSE_CHOICE - #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -99,6 +97,5 @@ public: void ApplyWidgetStyle(); }; -#endif #endif // __GTKCHOICEH__