diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-02-06 04:17:03 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-02-06 04:17:03 +0000 |
commit | 042be3a9b371fa129c5d1e8f02ea0ad9e3588c63 (patch) | |
tree | 18c87940be8fc5e24dd32e98fe3f32aa19e57d22 /gdb/event-top.c | |
parent | a4acd088c9415fce22f2acbc5a9ca3c0dc89e874 (diff) | |
download | gdb-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.zip gdb-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.tar.gz gdb-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.tar.bz2 |
* signals.h: Removed.
* event-top.c (#include <signal.h>): Changed from signals.h.
* inflow.c: Likewise.
* mac-xdep.c: Likewise.
* ser-pipe.c: Likewise.
* ser-tcp.c: Likewise.
* standalone.c: Likewise.
* top.c: Likewise.
* utils.c: Likewise.
* Makefile.in: Removed signals.h from dependencies.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index e2c511c..2aa8731 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -24,9 +24,9 @@ #include "inferior.h" #include "target.h" #include "terminal.h" /* for job_control */ -#include "signals.h" #include "event-loop.h" #include "event-top.h" +#include <signal.h> /* For dont_repeat() */ #include "gdbcmd.h" |