diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-24 13:33:45 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-24 13:33:45 +0000 |
commit | 8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1 (patch) | |
tree | b6d3b3a42796cfe1788fb12f1dccc9b4937cf425 /gdb/dwarfread.c | |
parent | 5c07a10bb415732307ea9f2f528c898543f5ad55 (diff) | |
download | gdb-8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1.zip gdb-8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1.tar.gz gdb-8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1.tar.bz2 |
* dwarfread.c: Remove second inclusion of <sys/types.h>, which
causes problems if <sys/types.h> has no multiple inclusion protection.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index be67651..15d2988 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -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> |