X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62f864c32c53356b7228591c85b14abc491c46f0..777f37e0ccea2836804085fc7d0f5d9666a787f9:/src/mac/classic/tabctrl.cpp diff --git a/src/mac/classic/tabctrl.cpp b/src/mac/classic/tabctrl.cpp index 692507ef0c..a21ba6ecdd 100644 --- a/src/mac/classic/tabctrl.cpp +++ b/src/mac/classic/tabctrl.cpp @@ -9,12 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "tabctrl.h" -#endif - #include "wx/defs.h" +#if wxUSE_TAB_DIALOG + #include "wx/control.h" #include "wx/tabctrl.h" #include "wx/mac/uma.h" @@ -202,3 +200,4 @@ wxTabEvent::wxTabEvent(wxEventType commandType, int id): { } +#endif // wxUSE_TAB_DIALOG