From ea7a50190d992fca1a93ad925f543277e2e66cab Mon Sep 17 00:00:00 2001 From: rtr Date: Mon, 20 Mar 2006 12:32:21 +0000 Subject: remove duplicate #include --- cribbage/support.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cribbage/support.c') 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 #include #include -#include #include "deck.h" #include "cribbage.h" -- cgit v1.2.3-56-ge451