X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..c655557fa685eb0201d5d45078a1f46370240592:/src/palmos/tabctrl.cpp diff --git a/src/palmos/tabctrl.cpp b/src/palmos/tabctrl.cpp index 68d877c8a3..17f24e9420 100644 --- a/src/palmos/tabctrl.cpp +++ b/src/palmos/tabctrl.cpp @@ -13,17 +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) @@ -177,3 +179,4 @@ void wxTabCtrl::SetPadding(const wxSize& padding) #endif // __WIN95__ +#endif // wxUSE_TAB_DIALOG