X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f248607e5557858399a0d13b077a49014df8fbc..6489e7ee028debbcdb8aae980b503fce7482538b:/src/cocoa/combobox.mm diff --git a/src/cocoa/combobox.mm b/src/cocoa/combobox.mm index 0ab39f3f76..e0fe3d4911 100644 --- a/src/cocoa/combobox.mm +++ b/src/cocoa/combobox.mm @@ -9,7 +9,7 @@ // Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/wxprec.h" +// #include "wx/wxprec.h" // // Impl notes: @@ -67,7 +67,6 @@ return (candidate ? candidate : inputString); } */ -#if wxUSE_COMBOBOX ///////////////////////////////////////////////////////////////////////////// // Name: cocoa/NSComboBox.mm @@ -89,6 +88,8 @@ // ---------------------------------------------------------------------------- #include "wx/wxprec.h" +#if wxUSE_COMBOBOX + #ifndef WX_PRECOMP #include "wx/window.h" #endif // WX_PRECOMP