]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/setup.c
Remove the smap.* files
[bsdgames-darwin.git] / phantasia / setup.c
index 1d5f951430b537e17ca5115d28a683081e5fae53..a13c5211565e5ecde9976b417d8700d5cc658193 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: setup.c,v 1.19 2009/05/25 23:08:45 dholland Exp $      */
+/*     $NetBSD: setup.c,v 1.22 2017/10/02 22:03:10 joerg Exp $ */
 
 /*
  * setup.c - set up all files for Phantasia
@@ -8,15 +8,24 @@
 #include <sys/cdefs.h>
 #endif
 
-#include <sys/param.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include "include.h"
+#include <setjmp.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
+#include <unistd.h>
 
 #ifndef __dead /* Not NetBSD */
 #define __dead
 #endif
 
+#include "phantdefs.h"
+#include "phantstruct.h"
+#include "phantglobs.h"
+#include "pathnames.h"
+
 int main(int, char *[]);
 void Error(const char *, const char *) __dead;
 double drandom(void);