ios.cc: Remove accidental inclusion of <stdio.h> in last checkin.
authorMark Mitchell <mark@codesourcery.com>
Fri, 26 Jan 2001 02:25:13 +0000 (02:25 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 26 Jan 2001 02:25:13 +0000 (02:25 +0000)
* src/ios.cc: Remove accidental inclusion of <stdio.h> in last
checkin.

From-SVN: r39276

libstdc++-v3/ChangeLog
libstdc++-v3/src/ios.cc

index 5031dbb..4b847fc 100644 (file)
@@ -1,5 +1,8 @@
 2001-01-25  Mark Mitchell  <mark@codesourcery.com>
 
+       * src/ios.cc: Remove accidental inclusion of <stdio.h> in last
+       checkin.
+
        * src/Makefile.am (sources): Add globals.cc.
        * src/Makefile.in: Regenerated.
        * src/globals.cc: New file.
index fe5d630..b6ab766 100644 (file)
@@ -35,7 +35,6 @@
 #include <bits/std_ostream.h>
 #include <bits/std_istream.h>
 #include <bits/std_fstream.h>
-#include <stdio.h>
 
 namespace std 
 {