diff options
Diffstat (limited to 'binutils/elfedit.c')
-rw-r--r-- | binutils/elfedit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/elfedit.c b/binutils/elfedit.c index f7bf9e9..d9e23a1 100644 --- a/binutils/elfedit.c +++ b/binutils/elfedit.c @@ -1,5 +1,5 @@ /* elfedit.c -- Update the ELF header of an ELF format file - Copyright 2010 + Copyright 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -19,10 +19,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" #include "sysdep.h" #include <assert.h> -#include <sys/stat.h> #if __GNUC__ >= 2 /* Define BFD64 here, even if our default architecture is 32 bit ELF |