]> gcc.gnu.org Git - gcc.git/commitdiff
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 5031dbbb6a2c532d5dd1bd38364d845b0c5eec41..4b847fcc1a5384fdece8e17e186854c9bbc1890b 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 fe5d63065f6b6616853918ddfeda5e8e311a3c60..b6ab7663ed06bd269f5084000fe4cd620564f624 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 
 {
This page took 0.06246 seconds and 5 git commands to generate.