Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / gnu / lib / libg++ / g++-include / stream.h
CommitLineData
15637ed4
RG
1/* ostream.h and istream.h now separately includable */
2
3#ifndef _stream_h
4#ifdef __GNUG__
5#pragma once
6#pragma interface
7#endif
8#define _stream_h 1
9
10#include <ostream.h>
11#include <istream.h>
12
13#endif