ios.cc: Remove accidental inclusion of <stdio.h> in last checkin.

* src/ios.cc: Remove accidental inclusion of <stdio.h> in last
	checkin.

From-SVN: r39276
This commit is contained in:
Mark Mitchell 2001-01-26 02:25:13 +00:00 committed by Mark Mitchell
parent bfd7f4ecc7
commit 71456ba3b0
2 changed files with 3 additions and 1 deletions

View 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.

View 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
{