aboutsummaryrefslogtreecommitdiff
path: root/ld/sysdep.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-06-28 05:28:54 +0000
committerAlan Modra <amodra@gmail.com>2003-06-28 05:28:54 +0000
commit1579bae1cd094ed9b986d2128997953600ca910d (patch)
tree17d62b19ecb6002f3c0982a8a13011ce3f83aa8a /ld/sysdep.h
parentb9ae04920ab4f0d0c10fad9dff55c4ca3e2d2251 (diff)
downloadfsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.zip
fsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.gz
fsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.bz2
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 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>