diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/event-top.c | 2 |
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 |