X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccdc11bbaf0310a474ad7b9d41413b31c3544356..67193066b2d16ca36529216f70d093690d7e1123:/src/mac/classic/control.cpp diff --git a/src/mac/classic/control.cpp b/src/mac/classic/control.cpp index 0f1caf53ae..449a49b285 100644 --- a/src/mac/classic/control.cpp +++ b/src/mac/classic/control.cpp @@ -26,14 +26,14 @@ #include "wx/dialog.h" #include "wx/scrolbar.h" #include "wx/stattext.h" + #include "wx/statbox.h" + #include "wx/radiobox.h" + #include "wx/sizer.h" #endif // WX_PRECOMP #include "wx/notebook.h" #include "wx/tabctrl.h" -#include "wx/radiobox.h" #include "wx/spinbutt.h" -#include "wx/statbox.h" -#include "wx/sizer.h" IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)