summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_global
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-27 14:50:21 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-27 14:50:21 +0000
commitdfbbba6106fee07791f0313f926d1c3d46b3f7a0 (patch)
tree9165c6fef65f89cb83668f2e4bec66757c1670a4 /libstdc++-v3/include/c_global
parent86b53b26cda9cc7c157ebe983a94c73840c5a2dc (diff)
downloadgcc-dfbbba6106fee07791f0313f926d1c3d46b3f7a0.tar.gz
2007-05-27 Paolo Carlini <pcarlini@suse.de>
* include/tr1/boost_shared_ptr.h (_Sp_counted_base<_S_mutex>::_M_add_ref_lock()): Do not wrap in #ifdef __GTHREADS. 2007-05-27 Paolo Carlini <pcarlini@suse.de> * include/c_global/cwchar: Do not include <ctime>. * include/c_std/cwchar: Likewise. * include/ext/throw_allocator.h: Do it here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125112 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_global')
-rw-r--r--libstdc++-v3/include/c_global/cwchar4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/c_global/cwchar b/libstdc++-v3/include/c_global/cwchar
index 6e867342478..c49ebbd60fc 100644
--- a/libstdc++-v3/include/c_global/cwchar
+++ b/libstdc++-v3/include/c_global/cwchar
@@ -1,6 +1,7 @@
// -*- C++ -*- forwarding header.
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+// 2006, 2007
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -46,7 +47,6 @@
#include <bits/c++config.h>
#include <cstddef>
-#include <ctime>
#if _GLIBCXX_HAVE_WCHAR_H
#include_next <wchar.h>