summaryrefslogtreecommitdiffstats
path: root/phantasia/setup.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-13 02:18:06 +0000
committerlukem <lukem@NetBSD.org>1997-10-13 02:18:06 +0000
commit6ce818072646bb39787b26f73eaf9f32f92ad032 (patch)
treecd626bb87193ad997e8812b11e12090f3e6ab439 /phantasia/setup.c
parent634cb6ceab3191623a3daed5e953821e3f37a4cb (diff)
downloadbsdgames-darwin-6ce818072646bb39787b26f73eaf9f32f92ad032.tar.gz
bsdgames-darwin-6ce818072646bb39787b26f73eaf9f32f92ad032.tar.zst
bsdgames-darwin-6ce818072646bb39787b26f73eaf9f32f92ad032.zip
WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...
Diffstat (limited to 'phantasia/setup.c')
-rw-r--r--phantasia/setup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/phantasia/setup.c b/phantasia/setup.c
index fadd7d99..7fc1d666 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,12 +1,10 @@
-/* $NetBSD: setup.c,v 1.6 1997/10/12 14:19:17 lukem Exp $ */
+/* $NetBSD: setup.c,v 1.7 1997/10/13 02:18:37 lukem Exp $ */
/*
* setup.c - set up all files for Phantasia
*/
#include <sys/param.h>
#include <sys/stat.h>
-#include <stdlib.h>
-#include <unistd.h>
#include "include.h"
/* */
/************************************************************************