remove inclusion of strings.h

This commit is contained in:
Ken Raeburn 1993-10-13 21:42:42 +00:00
parent 132239bfda
commit 28f4c45f71
1 changed files with 0 additions and 1 deletions

View File

@ -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