diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-08 18:19:48 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-08 18:19:48 +0000 |
commit | 948da499dc1bd399a948032a34f0ef618e0127a3 (patch) | |
tree | 54835f8e44d26f9dd2462a5da6c98b25b36fdace /games/monop/misc.c | |
parent | 704472b9f9f880d9c96680114efb47ef24cc31ef (diff) |
Headers cleanup and removal where suitable
OK tb@
Diffstat (limited to 'games/monop/misc.c')
-rw-r--r-- | games/monop/misc.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/monop/misc.c b/games/monop/misc.c index c94e0f88f77..170ee4f243d 100644 --- a/games/monop/misc.c +++ b/games/monop/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.12 2015/10/24 17:44:49 mmcc Exp $ */ +/* $OpenBSD: misc.c,v 1.13 2016/01/08 18:19:47 mestre Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/23 08:34:47 cgd Exp $ */ /* @@ -30,9 +30,11 @@ * SUCH DAMAGE. */ -#include "monop.ext" -#include <ctype.h> -#include <signal.h> +#include <ctype.h> +#include <stdio.h> +#include <stdlib.h> + +#include "monop.ext" /* * This routine executes a truncated set of commands until a |