diff options
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 798a1f9..98ceb49 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -54,10 +54,6 @@ other things to work on, if you get bored. :-) #include <fcntl.h> #include "gdb_string.h" -#ifndef NO_SYS_FILE -#include <sys/file.h> -#endif - /* Some macros to provide DIE info for complaints. */ #define DIE_ID (curdie!=NULL ? curdie->die_ref : 0) |