X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83eabba429ab076322fbdddd1d011c73af814fe2..2cf3a6d7bef6f20bea35062dd3d4dbf0aec9efb5:/src/mac/carbon/listbox.cpp diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index 48eecddac0..5a0858ee35 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -18,15 +18,15 @@ #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/log.h" + #include "wx/intl.h" #include "wx/app.h" #include "wx/utils.h" #include "wx/button.h" + #include "wx/settings.h" + #include "wx/arrstr.h" + #include "wx/toplevel.h" #endif -#include "wx/settings.h" -#include "wx/toplevel.h" -#include "wx/intl.h" - IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) BEGIN_EVENT_TABLE(wxListBox, wxControl) @@ -34,7 +34,6 @@ END_EVENT_TABLE() #include "wx/mac/uma.h" #include "wx/dynarray.h" -#include "wx/arrstr.h" // ============================================================================ // list box control implementation @@ -957,4 +956,4 @@ static pascal void ListBoxDrawProc( #endif -#endif +#endif // wxUSE_LISTBOX