]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/list.c
- remove duplicate comment
[bsdgames-darwin.git] / atc / list.c
index 4fd52d7c317f15ec0ac196423c21cfdded3a0e77..af43b485462443f06d9905be72c45e41c5cf2810 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: list.c,v 1.8 2014/03/22 22:09:14 dholland Exp $        */
+/*     $NetBSD: list.c,v 1.9 2015/06/19 06:02:31 dholland Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
 #if 0
 static char sccsid[] = "@(#)list.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: list.c,v 1.8 2014/03/22 22:09:14 dholland Exp $");
+__RCSID("$NetBSD: list.c,v 1.9 2015/06/19 06:02:31 dholland Exp $");
 #endif
 #endif /* not lint */
 
-#include "include.h"
+#include <stdlib.h>
+
+#include "def.h"
+#include "struct.h"
+#include "extern.h"
+#include "tunable.h"
 
 PLANE *
 newplane(void)