X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db6d3918916e601fe06b9fbffc2969d57e5e68f2..ce7208d49d5ce2ca1dc0b3b83f14f1d04f29c4bf:/src/msw/tabctrl.cpp?ds=inline diff --git a/src/msw/tabctrl.cpp b/src/msw/tabctrl.cpp index f8b3ce1bce..21eb96131e 100644 --- a/src/msw/tabctrl.cpp +++ b/src/msw/tabctrl.cpp @@ -13,22 +13,20 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_TAB_DIALOG #ifndef WX_PRECOMP -#include "wx/wx.h" + #include "wx/msw/wrapcctl.h" // include "properly" + #include "wx/wx.h" + #include "wx/app.h" #endif #include "wx/msw/private.h" -// include "properly" -#include "wx/msw/wrapcctl.h" - #include "wx/tabctrl.h" -#include "wx/app.h" #include "wx/msw/imaglist.h" IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)