summaryrefslogtreecommitdiffstats
path: root/quiz
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>2007-01-17 00:30:23 +0000
committerhubertf <hubertf@NetBSD.org>2007-01-17 00:30:23 +0000
commit2bee2ce9c42e9e10370388e6f4c8780d991337e2 (patch)
tree07f65f77c4d474852d70f395f19142a834965158 /quiz
parent38570de1995dc9a34a3476f0155d7a47b5bfb0bc (diff)
downloadbsdgames-darwin-2bee2ce9c42e9e10370388e6f4c8780d991337e2.tar.gz
bsdgames-darwin-2bee2ce9c42e9e10370388e6f4c8780d991337e2.tar.zst
bsdgames-darwin-2bee2ce9c42e9e10370388e6f4c8780d991337e2.zip
Replve duplicate #includes
From Slava Semushin <slava.semushin@gmail.com>, via private mail
Diffstat (limited to 'quiz')
-rw-r--r--quiz/quiz.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/quiz/quiz.c b/quiz/quiz.c
index e860966b..be4de261 100644
--- a/quiz/quiz.c
+++ b/quiz/quiz.c
@@ -1,4 +1,4 @@
-/* $NetBSD: quiz.c,v 1.20 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: quiz.c,v 1.21 2007/01/17 00:30:23 hubertf Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
#if 0
static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: quiz.c,v 1.20 2004/01/27 20:30:30 jsm Exp $");
+__RCSID("$NetBSD: quiz.c,v 1.21 2007/01/17 00:30:23 hubertf Exp $");
#endif
#endif /* not lint */
@@ -54,7 +54,6 @@ __RCSID("$NetBSD: quiz.c,v 1.20 2004/01/27 20:30:30 jsm Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
#include <err.h>
#include <time.h>
#include <unistd.h>