]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.
authorJulian Smart <julian@anthemion.co.uk>
Tue, 12 Jun 2001 17:04:33 +0000 (17:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 12 Jun 2001 17:04:33 +0000 (17:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/textctrl.cpp

index 0676f10f0d94a397c299c27738ff7c8575774839..2c6c414c115b7229de53e3ca3337ffea276e7a98 100644 (file)
 #include <stdlib.h>
 #include <sys/types.h>
 
 #include <stdlib.h>
 #include <sys/types.h>
 
-#if wxUSE_IOSTREAMH
-#   include <fstream.h>
-#else
-#   include <fstream>
-#endif
-
 #if wxUSE_RICHEDIT && (!defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__))
     #include <richedit.h>
 #endif
 #if wxUSE_RICHEDIT && (!defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__))
     #include <richedit.h>
 #endif