]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
Removed floor() references
[wxWidgets.git] / src / msw / statbox.cpp
index a82450f6b3c0b857b9c50c4d2a6927c70fda68f9..15d87f01bc740a0b132768292c266b9732efc227 100644 (file)
 #pragma hdrstop
 #endif
 
+#include "wx/window.h"
+#include "wx/msw/private.h"
+
 #ifndef WX_PRECOMP
-#include "wx/dcclient.h"
 #include "wx/app.h"
+#include "wx/dcclient.h"
 #endif
 
 #include "wx/statbox.h"
-#include "wx/msw/private.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)