summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2016-01-08 20:23:55 +0000
committermestre <mestre@cvs.openbsd.org>2016-01-08 20:23:55 +0000
commit3264a9db1c00116c940baeab7e8b76c2f140ae36 (patch)
treec0e3965e5ca39a74a80f58cb4d1f6eab68a190ca
parentae543cffb8544212b931267b777ea7eb75179bbe (diff)
Headers clean up
-rw-r--r--games/canfield/canfield/canfield.c5
-rw-r--r--games/canfield/cfscores/cfscores.c5
2 files changed, 3 insertions, 7 deletions
diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c
index 078249dedb9..91803a1786d 100644
--- a/games/canfield/canfield/canfield.c
+++ b/games/canfield/canfield/canfield.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: canfield.c,v 1.24 2016/01/03 14:38:17 mestre Exp $ */
+/* $OpenBSD: canfield.c,v 1.25 2016/01/08 20:23:54 mestre Exp $ */
/* $NetBSD: canfield.c,v 1.7 1995/05/13 07:28:35 jtc Exp $ */
/*
@@ -41,8 +41,6 @@
* Betting by Kirk McKusick
*/
-#include <sys/types.h>
-
#include <ctype.h>
#include <curses.h>
#include <err.h>
@@ -52,7 +50,6 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
-#include <termios.h>
#include <unistd.h>
#define decksize 52
diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c
index cb947c12d54..48f507ce940 100644
--- a/games/canfield/cfscores/cfscores.c
+++ b/games/canfield/cfscores/cfscores.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cfscores.c,v 1.22 2016/01/07 16:00:32 tb Exp $ */
+/* $OpenBSD: cfscores.c,v 1.23 2016/01/08 20:23:54 mestre Exp $ */
/* $NetBSD: cfscores.c,v 1.3 1995/03/21 15:08:37 cgd Exp $ */
/*
@@ -30,9 +30,8 @@
* SUCH DAMAGE.
*/
-#include <sys/types.h>
-#include <errno.h>
#include <err.h>
+#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>