diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 6456708fe45..cefbf798283 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -19,21 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include <stdio.h> +#include "system.h" #include "rtl.h" #include "flags.h" #include "obstack.h" #include "regs.h" #include "basic-block.h" -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif - -#ifdef NEED_DECLARATION_FREE -extern void free PROTO((void *)); -#endif - /* Obstack to allocate bitmap elements from. */ static struct obstack bitmap_obstack; static int bitmap_obstack_init = FALSE; |