diff options
author | J.T. Conklin <jtc@redback.com> | 2001-02-06 04:17:03 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2001-02-06 04:17:03 +0000 |
commit | 1af67dbf314cd2b39defe6b7fa50e57eb6f249eb (patch) | |
tree | 8e56e78f78ffa5a6cd7a8390aed0761d32f0756a /gdb/inflow.c | |
parent | 0e349f56cf38061b0df70771d23cb1b526eb49c0 (diff) | |
download | gdb-1af67dbf314cd2b39defe6b7fa50e57eb6f249eb.tar.gz |
* 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/inflow.c')
-rw-r--r-- | gdb/inflow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 17bce7fd0f3..4f751e8bed9 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -22,7 +22,6 @@ #include "frame.h" #include "inferior.h" #include "command.h" -#include "signals.h" #include "serial.h" #include "terminal.h" #include "target.h" |