aboutsummaryrefslogtreecommitdiff
path: root/bfd/evax-alpha.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-05-07 22:05:46 +0000
committerIan Lance Taylor <ian@airs.com>1998-05-07 22:05:46 +0000
commit980381afd70d945e6aac6d679a0499d30dbe70b5 (patch)
tree10b8daf459ce73719208fed247f918c6823cde15 /bfd/evax-alpha.c
parent62ebd0a8806244f2fc2c9c2476eb6c7b945ef116 (diff)
downloadgdb-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-alpha.c')
-rw-r--r--bfd/evax-alpha.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/evax-alpha.c b/bfd/evax-alpha.c
index 542901f..578e603 100644
--- a/bfd/evax-alpha.c
+++ b/bfd/evax-alpha.c
@@ -17,9 +17,6 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-#include <stdio.h>
-
#include "bfd.h"
#include "sysdep.h"
#include "bfdlink.h"