summaryrefslogtreecommitdiff
path: root/games/atc/list.c
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2015-12-31 16:50:30 +0000
committermestre <mestre@cvs.openbsd.org>2015-12-31 16:50:30 +0000
commitf0bd13e489870d3f1368119a5827574fbc73852e (patch)
treeb5e680627bed27d7ea7cf61eae50a874a336d336 /games/atc/list.c
parentde98887a74032de8157f9b7657eead6ec6abc119 (diff)
Include only needed header files per each source file
OK tb@
Diffstat (limited to 'games/atc/list.c')
-rw-r--r--games/atc/list.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/atc/list.c b/games/atc/list.c
index 310124ec6f0..e86bb79d05e 100644
--- a/games/atc/list.c
+++ b/games/atc/list.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: list.c,v 1.8 2015/08/22 14:47:41 deraadt Exp $ */
+/* $OpenBSD: list.c,v 1.9 2015/12/31 16:50:29 mestre Exp $ */
/* $NetBSD: list.c,v 1.3 1995/03/21 15:04:18 cgd Exp $ */
/*-
@@ -42,7 +42,9 @@
* For more info on this and all of my stuff, mail edjames@berkeley.edu.
*/
-#include "include.h"
+#include <stdlib.h>
+
+#include "extern.h"
PLANE *
newplane(void)