aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2001-03-31 20:15:43 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2001-03-31 20:15:43 +0000
commit9b7e0d00051303e937b2f9d2d5452d29b16956c5 (patch)
tree77e01f102ddc14743b6e217df82a9b4ef0e0cbb8 /libstdc++-v3/testsuite/ext/headers.cc
parentcc56c744ee7845abff3f9be366c09616cdbb6f83 (diff)
downloadgcc-9b7e0d00051303e937b2f9d2d5452d29b16956c5.zip
gcc-9b7e0d00051303e937b2f9d2d5452d29b16956c5.tar.gz
gcc-9b7e0d00051303e937b2f9d2d5452d29b16956c5.tar.bz2
[multiple changes]
2001-03-31 Benjamin Kosnik <bkoz@redhat.com> * configure.target: Remove duplicate aix entry. 2001-03-30 Benjamin Kosnik <bkoz@redhat.com> * include/ext/stl_bvector.h: Move to... * include/bits/stl_vector.h: ...here. * include/ext/bvector: Move to... * include/backward/bvector.h: ...here. * include/bits/std_vector.h: Change stl_bvector include. * include/bits/std_queue.h: Remove bvector include. * include/ext/tree: Insert using rb_tree, move to... * include/backward/tree.h: ...here. * include/backward/hash_map.h: Include ext/hash_map. * include/backward/hash_set.h: Include ext/hash_set. * include/backward/queue.h: New file. * include/backward/stack.h: Edit. * include/backward/algo.h: Same. * include/backward/algobase.h: Same. * include/backward/alloc.h: Same. * include/backward/function.h: Same. * include/backward/iomanip.h: Same. * include/backward/istream.h: Same. * include/backward/iterator.h: Same. * include/backward/list.h: Same. * include/backward/map.h: Same. * include/backward/multimap.h: Same. * include/backward/multiset.h: Same. * include/backward/ostream.h: Same. * include/backward/pair.h: Same * include/backward/rope.h: Same. * include/backward/set.h: Same. * include/backward/stream.h: Same. * include/backward/strstream.h: Same. * include/backward/tempbuf.h: Same. * src/Makefile.am (ext_headers): Edit. * src/Makefile.in: Regenerate. * testsuite/ext/headers.cc (main): Fix. * mkcheck.in: Fix. From-SVN: r40979
Diffstat (limited to 'libstdc++-v3/testsuite/ext/headers.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/headers.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/ext/headers.cc b/libstdc++-v3/testsuite/ext/headers.cc
index d596bf98..297674d 100644
--- a/libstdc++-v3/testsuite/ext/headers.cc
+++ b/libstdc++-v3/testsuite/ext/headers.cc
@@ -1,6 +1,6 @@
// 1999-06-23 bkoz
-// Copyright (C) 1999 Free Software Foundation, Inc.
+// Copyright (C) 1999, 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -23,11 +23,9 @@
// This should include a list of all headers in the extension
// subdirectory that are meant to be directly included.
-#include <ext/bvector>
#include <ext/hash_map>
#include <ext/hash_set>
#include <ext/rope>
#include <ext/slist>
-#include <ext/tree>
int main() { }