remove duplicate #include <stdlib.h>
This commit is contained in:
parent
cde2100ae9
commit
90b0b10c77
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue