1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Headers clean up

This commit is contained in:
mestre 2016-01-08 20:23:54 +00:00
parent 44d3f3fb69
commit 96822cf7b9
2 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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>