From 4e5d213ac0fe96162536900283235c3b59c7e161 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 12 Jun 2001 17:04:33 +0000 Subject: [PATCH] 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 --- src/msw/textctrl.cpp | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.45.2