diff options
Diffstat (limited to 'libstdc++-v3/testsuite/util/testsuite_abi.h')
-rw-r--r-- | libstdc++-v3/testsuite/util/testsuite_abi.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.h b/libstdc++-v3/testsuite/util/testsuite_abi.h index cad40b6eb85..c9fe0a4d11c 100644 --- a/libstdc++-v3/testsuite/util/testsuite_abi.h +++ b/libstdc++-v3/testsuite/util/testsuite_abi.h @@ -1,6 +1,7 @@ // -*- C++ -*- -// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +// Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -16,11 +17,8 @@ // along with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. - // Benjamin Kosnik <bkoz@redhat.com> -// Include stddef now to work around glibc BZ 9694 -#include <stddef.h> #include <string> #include <stdexcept> #include <vector> |