diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-04 08:30:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-04 08:30:32 +0000 |
| commit | c6166d8f1b0f7b497a054c640ebf4cb2096f82b9 (patch) | |
| tree | 47fad934e6a71fbfbe2e24ab1ee4c2ce336a6775 /contrib/libstdc++/iosfwd | |
| parent | 14eaea6f7df0c47fa58497182ed29cfcb9a341d3 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/iosfwd')
| -rw-r--r-- | contrib/libstdc++/iosfwd | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/libstdc++/iosfwd b/contrib/libstdc++/iosfwd deleted file mode 100644 index 8314cf7b73f6a..0000000000000 --- a/contrib/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 |
