summaryrefslogtreecommitdiff
path: root/ld/sysdep.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-06-28 05:28:54 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-06-28 05:28:54 +0000
commit84c5e5376b0e2c7871e430d7a2db872a357e9869 (patch)
tree00da93bb58430151091cabe79deca9c9aaf1d30b /ld/sysdep.h
parentbc870ceb4eaed5d1df4c7654525d152b261d6f08 (diff)
downloadbinutils-redhat-84c5e5376b0e2c7871e430d7a2db872a357e9869.tar.gz
Convert to C90
Diffstat (limited to 'ld/sysdep.h')
-rw-r--r--ld/sysdep.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/sysdep.h b/ld/sysdep.h
index 7151f14adf..f164e74e1f 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>