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/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/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #include "call-cmds.h" #include "symtab.h" #include "inferior.h" -#include "signals.h" +#include <signal.h> #include "target.h" #include "breakpoint.h" #include "gdbtypes.h" |