diff options
Diffstat (limited to 'gcc/sparseset.h')
-rw-r--r-- | gcc/sparseset.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/sparseset.h b/gcc/sparseset.h index 3554ef6b35c..c177d2d456d 100644 --- a/gcc/sparseset.h +++ b/gcc/sparseset.h @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2010 Free Software Foundation, Inc. Contributed by Peter Bergner <bergner@vnet.ibm.com> This file is part of GCC. @@ -21,8 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_SPARSESET_H #define GCC_SPARSESET_H -#include <assert.h> - #define SPARSESET_ELT_BITS ((unsigned) HOST_BITS_PER_WIDEST_FAST_INT) #define SPARSESET_ELT_TYPE unsigned int |