]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
remove duplicate #include <stdlib.h>
authorrtr <rtr@NetBSD.org>
Mon, 20 Mar 2006 12:32:21 +0000 (12:32 +0000)
committerrtr <rtr@NetBSD.org>
Mon, 20 Mar 2006 12:32:21 +0000 (12:32 +0000)
cribbage/support.c

index de207a359db1caf5d825a595d3375e454c17dbe9..fefc4f4255255535d26495097f220fe110471fb2 100644 (file)
@@ -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
 
 /*-
  * Copyright (c) 1980, 1993
 #if 0
 static char sccsid[] = "@(#)support.c  8.1 (Berkeley) 5/31/93";
 #else
 #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>
 #endif
 #endif /* not lint */
 
 #include <curses.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdlib.h>
 
 #include "deck.h"
 #include "cribbage.h"
 
 #include "deck.h"
 #include "cribbage.h"