X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d6e57680c6c506a9ebc717a50acbfe687cad60d..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/msw/statbox.cpp?ds=sidebyside diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index bbd39a04dc..e0680382eb 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/statbox.cpp +// Name: src/msw/statbox.cpp // Purpose: wxStaticBox // Author: Julian Smart // Modified by: @@ -26,16 +26,17 @@ #if wxUSE_STATBOX +#include "wx/statbox.h" + #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/dcclient.h" + #include "wx/dcmemory.h" #endif -#include "wx/statbox.h" #include "wx/notebook.h" #include "wx/sysopt.h" #include "wx/image.h" -#include "wx/dcmemory.h" #include "wx/sysopt.h" #include "wx/msw/uxtheme.h" @@ -447,4 +448,3 @@ void wxStaticBox::OnPaint(wxPaintEvent& WXUNUSED(event)) #endif // !__WXWINCE__ #endif // wxUSE_STATBOX -