diff options
Diffstat (limited to 'binutils/debug.c')
-rw-r--r-- | binutils/debug.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/debug.c b/binutils/debug.c index 07d38ac..1cc518e 100644 --- a/binutils/debug.c +++ b/binutils/debug.c @@ -1,5 +1,5 @@ /* debug.c -- Handle generic debugging information. - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003 + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. @@ -26,11 +26,9 @@ this was writing a converter from stabs to HP IEEE-695 debugging format. */ -#include <stdio.h> +#include "sysdep.h" #include <assert.h> - #include "bfd.h" -#include "bucomm.h" #include "libiberty.h" #include "debug.h" |