aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-10-13 21:42:42 +0000
committerKen Raeburn <raeburn@cygnus>1993-10-13 21:42:42 +0000
commit28f4c45f714035844e576316cb0990e9325e3d74 (patch)
treea6af7dae6b1a1380017ee3bf96dd3ee03042938d /bfd/hosts
parent132239bfda076876c18b352e2589d1a1bb05e8cb (diff)
downloadgdb-28f4c45f714035844e576316cb0990e9325e3d74.zip
gdb-28f4c45f714035844e576316cb0990e9325e3d74.tar.gz
gdb-28f4c45f714035844e576316cb0990e9325e3d74.tar.bz2
remove inclusion of strings.h
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/apollo68.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h
index d70e25a..734f62a 100644
--- a/bfd/hosts/apollo68.h
+++ b/bfd/hosts/apollo68.h
@@ -5,7 +5,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
-#include <strings.h>
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif