X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31c94c2987a6cfb55fee37f48fb76ebe334bc6ef..336aecf1c2f69fa10e3271ea94dac7c545bf6300:/src/generic/tabg.cpp?ds=sidebyside diff --git a/src/generic/tabg.cpp b/src/generic/tabg.cpp index 365b1c78f6..ca40c60100 100644 --- a/src/generic/tabg.cpp +++ b/src/generic/tabg.cpp @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: src/generic/tabg.cpp -// Purpose: Generic tabbed dialogs +// Purpose: Generic tabbed dialogs; used by wxMotif's wxNotebook // Author: Julian Smart // Modified by: // Created: 01/02/97 @@ -16,8 +16,6 @@ #pragma hdrstop #endif -#if wxUSE_TAB_DIALOG - #ifndef WX_PRECOMP #include "wx/settings.h" #include "wx/intl.h" @@ -29,7 +27,7 @@ #include #include -#include "wx/tab.h" +#include "wx/generic/tabg.h" #include "wx/listimpl.cpp" WX_DEFINE_LIST(wxTabLayerList) @@ -1289,4 +1287,3 @@ void wxPanelTabView::ShowWindowForTab(int id) newWindow->Refresh(); } -#endif // wxUSE_TAB_DIALOG