diff options
Diffstat (limited to 'games/pig')
-rw-r--r-- | games/pig/pig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/pig/pig.c b/games/pig/pig.c index d0a30c724ca..67aa3d71299 100644 --- a/games/pig/pig.c +++ b/games/pig/pig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pig.c,v 1.14 2015/12/25 20:59:09 mestre Exp $ */ +/* $OpenBSD: pig.c,v 1.15 2016/01/04 17:33:24 mestre Exp $ */ /* $NetBSD: pig.c,v 1.2 1995/03/23 08:41:40 cgd Exp $ */ /*- @@ -30,8 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/types.h> - #include <ctype.h> #include <err.h> #include <stdio.h> |