diff options
Diffstat (limited to 'ld/sysdep.h')
-rw-r--r-- | ld/sysdep.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/sysdep.h b/ld/sysdep.h index 7151f14..f164e74 100644 --- a/ld/sysdep.h +++ b/ld/sysdep.h @@ -1,5 +1,6 @@ /* sysdep.h -- handle host dependencies for the GNU linker - Copyright 1995, 1996, 1997, 1999, 2002 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 1999, 2002, 2003 + Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -21,8 +22,6 @@ #ifndef LD_SYSDEP_H #define LD_SYSDEP_H -#include "ansidecl.h" - #include "config.h" #include <stdio.h> |