From 8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Thu, 24 Feb 1994 13:33:45 +0000 Subject: [PATCH] * dwarfread.c: Remove second inclusion of , which causes problems if has no multiple inclusion protection. --- gdb/ChangeLog | 2 ++ gdb/dwarfread.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2