X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c31be54ae0e920dd7340512dfe3032bd41bbfef9..0d1c8f39baaaeb7a7f757091209eab471ef5dbc4:/src/mac/carbon/scrolbar.cpp?ds=sidebyside diff --git a/src/mac/carbon/scrolbar.cpp b/src/mac/carbon/scrolbar.cpp index 92ed3abb33..5f268188b9 100644 --- a/src/mac/carbon/scrolbar.cpp +++ b/src/mac/carbon/scrolbar.cpp @@ -11,13 +11,14 @@ #include "wx/wxprec.h" +#include "wx/scrolbar.h" + #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" + #include "wx/settings.h" #endif -#include "wx/settings.h" -#include "wx/scrolbar.h" #include "wx/mac/uma.h" IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl) @@ -238,5 +239,5 @@ wxSize wxScrollBar::DoGetBestSize() const wxSize best(w, h); CacheBestSize(best); - return best; + return best; }