diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-07 22:05:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-07 22:05:46 +0000 |
commit | 980381afd70d945e6aac6d679a0499d30dbe70b5 (patch) | |
tree | 10b8daf459ce73719208fed247f918c6823cde15 /bfd/evax-misc.c | |
parent | 62ebd0a8806244f2fc2c9c2476eb6c7b945ef116 (diff) | |
download | gdb-980381afd70d945e6aac6d679a0499d30dbe70b5.zip gdb-980381afd70d945e6aac6d679a0499d30dbe70b5.tar.gz gdb-980381afd70d945e6aac6d679a0499d30dbe70b5.tar.bz2 |
If sysdep.h includes a header file, don't include it again:
* aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
<errno.h>.
* aoutx.h: Don't include <string.h>. Use "sysdep.h" rather than
<sysdep.h>.
* archive.c: Don't include <string.h> or <errno.h>.
* evax-alpha.c; Don't include <stdio.h>.
* evax-egsd.c: Likewise.
* evax-etir.c: Likewise.
* evax-misc.c: Likewise.
* evax-emh.c: Likewise. Also, don't include <sys/types.h>.
* hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
<errno.h>.
* hpux-core.c: Likewise.
* netbsd-core.c: Likewise.
* som.c: Likewise.
* libbfd.c: Don't include <sys/types.h>.
* nlmcode.h: Don't include <string.h>.
* osf-core.c: Don't include <string.h> or <stdio.h>.
* ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
<errno.h>, or <unistd.h>.
* trad-core.c: Don't include <stdio.h> or <sys/types.h>.
Diffstat (limited to 'bfd/evax-misc.c')
-rw-r--r-- | bfd/evax-misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/evax-misc.c b/bfd/evax-misc.c index 856bb6e..4dc74ed 100644 --- a/bfd/evax-misc.c +++ b/bfd/evax-misc.c @@ -1,5 +1,5 @@ /* evax-misc.c -- Miscellaneous functions for ALPHA EVAX (openVMS/Alpha) files. - Copyright 1996, 1997 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998 Free Software Foundation, Inc. Written by Klaus K"ampf (kkaempf@progis.de) of proGIS Softwareentwicklung, Aachen, Germany @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #if __STDC__ #include <stdarg.h> #endif -#include <stdio.h> #include "bfd.h" #include "sysdep.h" |