aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/stream.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2000-12-23 07:13:57 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2000-12-23 07:13:57 +0000
commitc380b3f3edbf9fdf3f7c8d15262f51385ade9cd5 (patch)
treeffa1846d7c65367ce41a49c90f867e28eed685c6 /libstdc++-v3/include/backward/stream.h
parentc615b66483c24e56f446fc61dd76a88b426144e6 (diff)
2000-12-23 Benjamin Kosnik <bkoz@redhat.com>
* src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES. (strstream.cc): Add special rule for deprecated files. * libsupc++/Makefile.am (INCLUDES): Sync. * acinclude.m4 (GLIBCPP_EXPORT_INCLUDES): And here. Reported by Fred Fish <fnf@ninemoons.com> * include/backward/iomanip.h: Remove backward from include * include/backward/strstream.h: Same. * include/backward/stream.h: Same. * include/backward/ostream.h: Same. * include/backward/istream.h: Same. * src/strstream.cc: And here. Reported by Brad Garcia <bgarcia@laurelnetworks.com> * src/string-inst.cc (_S_find): Use generic template. * include/bits/string.tcc (_S_find): Remove specializations git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@38477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward/stream.h')
-rw-r--r--libstdc++-v3/include/backward/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/backward/stream.h b/libstdc++-v3/include/backward/stream.h
index 0207f693787..15c32b821f1 100644
--- a/libstdc++-v3/include/backward/stream.h
+++ b/libstdc++-v3/include/backward/stream.h
@@ -28,7 +28,7 @@
#ifndef _CPP_BACKWARD_STREAM_H
#define _CPP_BACKWARD_STREAM_H 1
-#include <backward/iostream.h>
+#include <iostream.h>
#endif