aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-02-07 07:29:38 +0000
committerMark Kettenis <kettenis@gnu.org>2001-02-07 07:29:38 +0000
commit153f9905cb8aa0ca1f70431d40ea06ab1a4d651f (patch)
treeaa1e7032ac309804a77b330772d3351acefc76e6
parent2719f880709e376b2d6623bbda1c3520ba6eb29e (diff)
downloadgdb-153f9905cb8aa0ca1f70431d40ea06ab1a4d651f.zip
gdb-153f9905cb8aa0ca1f70431d40ea06ab1a4d651f.tar.gz
gdb-153f9905cb8aa0ca1f70431d40ea06ab1a4d651f.tar.bz2
* event-top.c: Remove duplicate #include <signal.h>.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/event-top.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a809135..1cf44b5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-07 Mark Kettenis <kettenis@gnu.org>
+
+ * event-top.c: Remove duplicate #include <signal.h>.
+
2001-02-06 Andrew Cagney <ac131313@redhat.com>
* sol-thread.c (restore_inferior_pid): Save the PID in a freshly
diff --git a/gdb/event-top.c b/gdb/event-top.c
index 2aa8731..217cb61 100644
--- a/gdb/event-top.c
+++ b/gdb/event-top.c
@@ -35,8 +35,6 @@
#include <readline/readline.h>
#include <readline/history.h>
-#include <signal.h>
-
/* readline defines this. */
#undef savestring