From debf36687671a4c09e5298c5746d0dff8d3e0288 Mon Sep 17 00:00:00 2001 From: No Author Date: Mon, 22 Dec 1997 08:59:18 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'egcs_1_0_1_prerelease'. From-SVN: r17185 --- libstdc++/fstream | 7 ------- libstdc++/iomanip | 7 ------- libstdc++/iosfwd | 15 --------------- libstdc++/iostream | 7 ------- libstdc++/strstream | 7 ------- 5 files changed, 43 deletions(-) delete mode 100644 libstdc++/fstream delete mode 100644 libstdc++/iomanip delete mode 100644 libstdc++/iosfwd delete mode 100644 libstdc++/iostream delete mode 100644 libstdc++/strstream 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 -#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 -#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 -#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 -#endif -- 2.47.3