aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNo Author <no-author@gcc.gnu.org>1997-12-22 08:59:18 +0000
committerNo Author <no-author@gcc.gnu.org>1997-12-22 08:59:18 +0000
commitdebf36687671a4c09e5298c5746d0dff8d3e0288 (patch)
tree809c5547ec2aee5d905caa4b115bb8a732c561f3
parent70b6178184c1bcac01d04c70f03f3aae13c441f0 (diff)
This commit was manufactured by cvs2svn to create tagprereleases/egcs-1.0.1-prerelease
'egcs_1_0_1_prerelease'. From-SVN: r17185
-rw-r--r--libstdc++/fstream7
-rw-r--r--libstdc++/iomanip7
-rw-r--r--libstdc++/iosfwd15
-rw-r--r--libstdc++/iostream7
-rw-r--r--libstdc++/strstream7
5 files changed, 0 insertions, 43 deletions
diff --git a/libstdc++/fstream b/libstdc++/fstream
deleted file mode 100644
index 2c35ca92b03..00000000000
--- a/libstdc++/fstream
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- C++ -*- forwarding header.
-// This file is part of the GNU ANSI C++ Library.
-
-#ifndef __FSTREAM__
-#define __FSTREAM__
-#include <fstream.h>
-#endif
diff --git a/libstdc++/iomanip b/libstdc++/iomanip
deleted file mode 100644
index 817948579ce..00000000000
--- a/libstdc++/iomanip
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- C++ -*- forwarding header.
-// This file is part of the GNU ANSI C++ Library.
-
-#ifndef __IOMANIP__
-#define __IOMANIP__
-#include <iomanip.h>
-#endif
diff --git a/libstdc++/iosfwd b/libstdc++/iosfwd
deleted file mode 100644
index 8314cf7b73f..00000000000
--- a/libstdc++/iosfwd
+++ /dev/null
@@ -1,15 +0,0 @@
-// -*- C++ -*- I/O forward declaration header.
-// This file is part of the GNU ANSI C++ Library.
-
-#ifndef __IOSFWD__
-#define __IOSFWD__
-class ios;
-class streambuf;
-class istream;
-class ostream;
-class iostream;
-class filebuf;
-class ifstream;
-class ofstream;
-class fstream;
-#endif
diff --git a/libstdc++/iostream b/libstdc++/iostream
deleted file mode 100644
index 7ecba6e8daf..00000000000
--- a/libstdc++/iostream
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- C++ -*- forwarding header.
-// This file is part of the GNU ANSI C++ Library.
-
-#ifndef __IOSTREAM__
-#define __IOSTREAM__
-#include <iostream.h>
-#endif
diff --git a/libstdc++/strstream b/libstdc++/strstream
deleted file mode 100644
index ee360e0b7e4..00000000000
--- a/libstdc++/strstream
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- C++ -*- forwarding header.
-// This file is part of the GNU ANSI C++ Library.
-
-#ifndef __STRSTREAM__
-#define __STRSTREAM__
-#include <strstream.h>
-#endif