[PATCH] Remove duplicate #include <signal.h>

Mark Kettenis kettenis@wins.uva.nl
Tue Feb 6 23:37:00 GMT 2001


I really love this new "Obvious Fix Rule".

Anyway, after J.T.'s signals.h removal patch event-top.c included
signal.h twice.  The attached patch (checked in) removes this duplication.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* event-top.c: Remove duplicate #include <signal.h>.

Index: event-top.c
===================================================================
RCS file: /cvs/src/src/gdb/event-top.c,v
retrieving revision 1.11
diff -u -p -r1.11 event-top.c
--- event-top.c 2001/02/06 04:17:03 1.11
+++ event-top.c 2001/02/07 07:26:50
@@ -35,8 +35,6 @@
 #include <readline/readline.h>
 #include <readline/history.h>
 
-#include <signal.h>
-
 /* readline defines this.  */
 #undef savestring
 


More information about the Gdb-patches mailing list