From: Julian Smart Date: Tue, 12 Jun 2001 17:04:33 +0000 (+0000) Subject: Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4e5d213ac0fe96162536900283235c3b59c7e161 Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 0676f10f0d..2c6c414c11 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -54,12 +54,6 @@ #include #include -#if wxUSE_IOSTREAMH -# include -#else -# include -#endif - #if wxUSE_RICHEDIT && (!defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__)) #include #endif