From 1af67dbf314cd2b39defe6b7fa50e57eb6f249eb Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Tue, 6 Feb 2001 04:17:03 +0000 Subject: * signals.h: Removed. * event-top.c (#include ): 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. --- gdb/ser-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ser-tcp.c') diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 86baf349108..06635ee8403 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -32,7 +32,7 @@ #include #endif -#include "signals.h" +#include #include "gdb_string.h" static int tcp_open (serial_t scb, const char *name); -- cgit v1.2.1