From: Peter Schauer Date: Thu, 24 Feb 1994 13:33:45 +0000 (+0000) Subject: * dwarfread.c: Remove second inclusion of , which X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1;p=binutils-gdb.git * dwarfread.c: Remove second inclusion of , which causes problems if has no multiple inclusion protection. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aff841c2728..1084f15d466 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,8 @@ Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * exec.c (print_section_info): Print entry point for exec_bfd only. * ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case. + * dwarfread.c: Remove second inclusion of , which + causes problems if has no multiple inclusion protection. Wed Feb 23 16:28:55 1994 Jeffrey A. Law (law@cygnus.com) diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index be676518c45..15d2988f296 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -56,7 +56,6 @@ other things to work on, if you get bored. :-) #include #include -#include #ifndef NO_SYS_FILE #include