X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e015d1f7da1bff9cc3993519ef06ce7fe49dc64f..acf8e3d29e897ade2087e3d9048e5c448823d391:/include/wx/textctrl.h diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 358e304958..00ff41af95 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -37,7 +37,7 @@ #ifndef NO_TEXT_WINDOW_STREAM #if wxUSE_STD_IOSTREAM - #include "wx/ioswrap.h" // for iostream classes if we need them + #include "wx/ioswrap.h" // derivation: we need the full decls. #else // !wxUSE_STD_IOSTREAM // can't compile this feature in if we don't use streams at all #define NO_TEXT_WINDOW_STREAM @@ -307,8 +307,6 @@ protected: #include "wx/mac/textctrl.h" #elif defined(__WXPM__) #include "wx/os2/textctrl.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/textctrl.h" #endif // ----------------------------------------------------------------------------