* dwarfread.c: Remove second inclusion of <sys/types.h>, which

causes problems if <sys/types.h> has no multiple inclusion protection.
This commit is contained in:
Peter Schauer
1994-02-24 13:33:45 +00:00
parent 5c07a10bb4
commit 8ce2cfc039
2 changed files with 2 additions and 1 deletions

View File

@@ -56,7 +56,6 @@ other things to work on, if you get bored. :-)
#include <fcntl.h>
#include <string.h>
#include <sys/types.h>
#ifndef NO_SYS_FILE
#include <sys/file.h>