X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db6d3918916e601fe06b9fbffc2969d57e5e68f2..f5766910b6731eb03e82371416e9778203396ce7:/src/palmos/tabctrl.cpp diff --git a/src/palmos/tabctrl.cpp b/src/palmos/tabctrl.cpp index 30933e9d40..17f24e9420 100644 --- a/src/palmos/tabctrl.cpp +++ b/src/palmos/tabctrl.cpp @@ -13,19 +13,19 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_TAB_DIALOG #ifndef WX_PRECOMP -#include "wx/wx.h" + #include "wx/wx.h" + #include "wx/app.h" #endif #if defined(__WIN95__) #include "wx/tabctrl.h" -#include "wx/app.h" #include "wx/palmos/imaglist.h" IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)