X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db6d3918916e601fe06b9fbffc2969d57e5e68f2..515a581d0dcf9f73d50d470ab3ff1715052fe0e1:/include/wx/tabctrl.h diff --git a/include/wx/tabctrl.h b/include/wx/tabctrl.h index 55f79c7912..136b9fd08e 100644 --- a/include/wx/tabctrl.h +++ b/include/wx/tabctrl.h @@ -22,14 +22,11 @@ BEGIN_DECLARE_EVENT_TYPES() END_DECLARE_EVENT_TYPES() #if defined(__WXMSW__) -#include "wx/msw/tabctrl.h" -#elif defined(__WXMOTIF__) -#include "wx/motif/tabctrl.h" -#elif defined(__WXGTK__) + #include "wx/msw/tabctrl.h" #elif defined(__WXMAC__) -#include "wx/mac/tabctrl.h" + #include "wx/mac/tabctrl.h" #elif defined(__WXPM__) -#include "wx/os2/tabctrl.h" + #include "wx/os2/tabctrl.h" #endif #endif // wxUSE_TAB_DIALOG