summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/tr1/array
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-12 13:59:50 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-12 13:59:50 +0000
commit381ab469096927f9ec73b2b3ca7a92eef7f3330c (patch)
tree004de1186fe99700988292c0f35565d4624c8ac3 /libstdc++-v3/include/tr1/array
parentd3fcb41730c261894a2241996d3bb8b6a06f9701 (diff)
downloadppe42-gcc-381ab469096927f9ec73b2b3ca7a92eef7f3330c.tar.gz
ppe42-gcc-381ab469096927f9ec73b2b3ca7a92eef7f3330c.zip
2007-03-12 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algo.h (swap_ranges): Move... * include/bits/stl_algobase.h: ... here. * include/tr1/array: Trim includes, stl_algobase.h is enough. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/tr1/array')
-rw-r--r--libstdc++-v3/include/tr1/array9
1 files changed, 2 insertions, 7 deletions
diff --git a/libstdc++-v3/include/tr1/array b/libstdc++-v3/include/tr1/array
index d08aa830ebe..34508dfce61 100644
--- a/libstdc++-v3/include/tr1/array
+++ b/libstdc++-v3/include/tr1/array
@@ -1,6 +1,6 @@
// class template array -*- C++ -*-
-// Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005, 2006, 2007 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
@@ -34,12 +34,7 @@
#ifndef _TR1_ARRAY
#define _TR1_ARRAY 1
-#include <new>
-#include <iterator>
-#include <algorithm>
-#include <cstddef>
-#include <bits/functexcept.h>
-#include <ext/type_traits.h>
+#include <bits/stl_algobase.h>
//namespace std::tr1
namespace std
OpenPOWER on IntegriCloud