mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Remove unnecessary headers
OK tb@
This commit is contained in:
parent
3d938fd40d
commit
80cf6802c4
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: bog.c,v 1.28 2016/01/07 16:00:31 tb Exp $ */
|
||||
/* $OpenBSD: bog.c,v 1.29 2016/01/10 13:18:07 mestre Exp $ */
|
||||
/* $NetBSD: bog.c,v 1.5 1995/04/24 12:22:32 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
@ -36,6 +36,7 @@
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -68,7 +69,6 @@ int nmwords, maxmwords = MAXMWORDS, maxmspace = MAXMSPACE;
|
||||
int ngames = 0;
|
||||
int tnmwords = 0, tnpwords = 0;
|
||||
|
||||
#include <setjmp.h>
|
||||
jmp_buf env;
|
||||
|
||||
time_t start_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: help.c,v 1.5 2009/10/27 23:59:24 deraadt Exp $ */
|
||||
/* $OpenBSD: help.c,v 1.6 2016/01/10 13:18:07 mestre Exp $ */
|
||||
/* $NetBSD: help.c,v 1.2 1995/03/21 12:14:38 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
@ -34,7 +34,6 @@
|
||||
*/
|
||||
|
||||
#include <curses.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "bog.h"
|
||||
#include "extern.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mach.c,v 1.18 2016/01/03 14:38:16 mestre Exp $ */
|
||||
/* $OpenBSD: mach.c,v 1.19 2016/01/10 13:18:07 mestre Exp $ */
|
||||
/* $NetBSD: mach.c,v 1.5 1995/04/28 22:28:48 mycroft Exp $ */
|
||||
|
||||
/*-
|
||||
@ -43,9 +43,7 @@
|
||||
#include <ctype.h>
|
||||
#include <curses.h>
|
||||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: timer.c,v 1.12 2014/11/16 04:49:48 guenther Exp $ */
|
||||
/* $OpenBSD: timer.c,v 1.13 2016/01/10 13:18:07 mestre Exp $ */
|
||||
/* $NetBSD: timer.c,v 1.3 1995/04/24 12:22:45 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
@ -33,15 +33,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <curses.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "bog.h"
|
||||
#include "extern.h"
|
||||
|
||||
extern int TIMER_LINE, TIMER_COL;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: word.c,v 1.7 2009/10/27 23:59:24 deraadt Exp $ */
|
||||
/* $OpenBSD: word.c,v 1.8 2016/01/10 13:18:07 mestre Exp $ */
|
||||
/* $NetBSD: word.c,v 1.2 1995/03/21 12:14:45 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
@ -33,7 +33,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <err.h>
|
||||
@ -42,7 +41,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "bog.h"
|
||||
#include "extern.h"
|
||||
|
||||
static char *dictspace, *dictend;
|
||||
static char *sp;
|
||||
|
Loading…
Reference in New Issue
Block a user