summaryrefslogtreecommitdiffstats
path: root/cribbage/support.c
diff options
context:
space:
mode:
authorrtr <rtr@NetBSD.org>2006-03-20 12:32:21 +0000
committerrtr <rtr@NetBSD.org>2006-03-20 12:32:21 +0000
commitea7a50190d992fca1a93ad925f543277e2e66cab (patch)
treec25440194ed3ec6e5ea6bd28ae9949906a7898ed /cribbage/support.c
parentbb0cd2d6eff9249885356c1c6b14165ef4d64ecb (diff)
downloadbsdgames-darwin-ea7a50190d992fca1a93ad925f543277e2e66cab.tar.gz
bsdgames-darwin-ea7a50190d992fca1a93ad925f543277e2e66cab.tar.zst
bsdgames-darwin-ea7a50190d992fca1a93ad925f543277e2e66cab.zip
remove duplicate #include <stdlib.h>
Diffstat (limited to 'cribbage/support.c')
-rw-r--r--cribbage/support.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cribbage/support.c b/cribbage/support.c
index de207a35..fefc4f42 100644
--- a/cribbage/support.c
+++ b/cribbage/support.c
@@ -1,4 +1,4 @@
-/* $NetBSD: support.c,v 1.11 2006/03/19 12:09:39 he Exp $ */
+/* $NetBSD: support.c,v 1.12 2006/03/20 12:32:21 rtr Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -34,14 +34,13 @@
#if 0
static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: support.c,v 1.11 2006/03/19 12:09:39 he Exp $");
+__RCSID("$NetBSD: support.c,v 1.12 2006/03/20 12:32:21 rtr Exp $");
#endif
#endif /* not lint */
#include <curses.h>
#include <stdlib.h>
#include <string.h>
-#include <stdlib.h>
#include "deck.h"
#include "cribbage.h"