* 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.
This commit is contained in:
J.T. Conklin
2001-02-06 04:17:03 +00:00
parent a4acd088c9
commit 042be3a9b3
11 changed files with 28 additions and 44 deletions

View File

@@ -30,7 +30,7 @@
#endif /* SIGTSTP and SIGIO defined (must be 4.2) */
#include "defs.h"
#include "signals.h"
#include <signal.h>
#include "symtab.h"
#include "frame.h"
#include "inferior.h"