summaryrefslogtreecommitdiff
path: root/games/pig
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2016-01-04 17:33:25 +0000
committermestre <mestre@cvs.openbsd.org>2016-01-04 17:33:25 +0000
commit96c0ba3936c91323465ddc1086d94655a49726b0 (patch)
tree4a05f8414046a356458034ec2a525718b567fad3 /games/pig
parenta2eb8154d629d90444f3800ce2cdb939e4f1f2d3 (diff)
More cleanup and sorting on header section
OK tb@ and he also pointed out that for consistency with rest of the tree we should include termios.h instead of sys/ttydefaults.h, where applicable
Diffstat (limited to 'games/pig')
-rw-r--r--games/pig/pig.c4
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>