diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-08 20:15:16 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-08 20:15:16 +0000 |
commit | 98225985a4a89d91c7e691a2acf77d792e9dbf5a (patch) | |
tree | 32379b679e12e63f3be6dd5306c2fd277c64a620 /games/bcd/bcd.c | |
parent | 14f69f99aac3c75899c9e05f69a0e8774d6e8925 (diff) |
Straightforward headers cleanup
Diffstat (limited to 'games/bcd/bcd.c')
-rw-r--r-- | games/bcd/bcd.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 9b47f999198..096d6fe8ce3 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcd.c,v 1.23 2016/01/07 16:00:31 tb Exp $ */ +/* $OpenBSD: bcd.c,v 1.24 2016/01/08 20:15:15 mestre Exp $ */ /* $NetBSD: bcd.c,v 1.6 1995/04/24 12:22:23 cgd Exp $ */ /* @@ -63,13 +63,11 @@ * Nov 5, 1993 */ -#include <sys/types.h> +#include <err.h> +#include <ctype.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> -#include <ctype.h> #include <unistd.h> -#include <err.h> u_short holes[256] = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, |