diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-05 20:19:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-05 20:19:00 +0000 |
commit | 359301345aca12b98d6d3dbdc8ba54393c5dc901 (patch) | |
tree | ed7b27b6f6555be1f68142a758fa78b93f730df3 /gdb/dwarfread.c | |
parent | cd4104e085374f382bdd22c24d5e42b17f25099c (diff) | |
download | gdb-359301345aca12b98d6d3dbdc8ba54393c5dc901.zip gdb-359301345aca12b98d6d3dbdc8ba54393c5dc901.tar.gz gdb-359301345aca12b98d6d3dbdc8ba54393c5dc901.tar.bz2 |
* dwarfread.c (bfd.h): Don't include.
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 96196f5..150e1d8 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -39,7 +39,6 @@ other things to work on, if you get bored. :-) */ #include "defs.h" -#include "bfd.h" #include "symtab.h" #include "gdbtypes.h" #include "symfile.h" |