diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-04 10:59:37 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-04 10:59:37 +0000 |
commit | 44979e2835b79addd34f3961c0857e2a9a830018 (patch) | |
tree | 527356216c6b8c3eec96ca2e8e23b8783c32cb80 | |
parent | 6b1ffb7db1114cb06908c3147939b125851b6294 (diff) |
one signal.h should suffice
-rw-r--r-- | usr.sbin/rebound/rebound.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rebound/rebound.c b/usr.sbin/rebound/rebound.c index e1d37a111b0..269b98ef973 100644 --- a/usr.sbin/rebound/rebound.c +++ b/usr.sbin/rebound/rebound.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rebound.c,v 1.50 2015/12/04 09:13:05 tedu Exp $ */ +/* $OpenBSD: rebound.c,v 1.51 2015/12/04 10:59:36 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> * @@ -23,7 +23,6 @@ #include <sys/event.h> #include <sys/resource.h> #include <sys/time.h> -#include <sys/signal.h> #include <sys/wait.h> #include <signal.h> |