diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-13 21:42:42 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-13 21:42:42 +0000 |
commit | 28f4c45f714035844e576316cb0990e9325e3d74 (patch) | |
tree | a6af7dae6b1a1380017ee3bf96dd3ee03042938d | |
parent | 132239bfda076876c18b352e2589d1a1bb05e8cb (diff) | |
download | gdb-28f4c45f714035844e576316cb0990e9325e3d74.zip gdb-28f4c45f714035844e576316cb0990e9325e3d74.tar.gz gdb-28f4c45f714035844e576316cb0990e9325e3d74.tar.bz2 |
remove inclusion of strings.h
-rw-r--r-- | bfd/hosts/apollo68.h | 1 |
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 |