diff options
Diffstat (limited to 'binutils/dlltool.h')
-rw-r--r-- | binutils/dlltool.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/dlltool.h b/binutils/dlltool.h index 35a2280..f3b203b 100644 --- a/binutils/dlltool.h +++ b/binutils/dlltool.h @@ -1,5 +1,6 @@ /* dlltool.h -- header file for dlltool - Copyright 1997, 1998, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright 1997, 1998, 2003, 2004, 2005, 2007, 2009, 2012 + Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -18,9 +19,6 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "ansidecl.h" -#include <stdio.h> - extern void def_code (int); extern void def_data (int); extern void def_description (const char *); |