]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/new.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / new.c
index c8dd174d17d452c378ceb135fa67b5f65003c231..c84bf7dd34aa204158056da8324a5d407f61fb90 100644 (file)
 
 #include <config.h>
 
-#include "misc.h"
-#include "player.h"
-#include "nat.h"
-#include "sect.h"
-#include "path.h"
-#include "file.h"
-#include "xy.h"
-#include "tel.h"
+#include <fcntl.h>
+#if !defined(_WIN32)
+#include <unistd.h>
+#endif
+#include "commands.h"
 #include "land.h"
-#include "nsc.h"
 #include "optlist.h"
-#include "commands.h"
-
-#include <fcntl.h>
+#include "path.h"
+#include "tel.h"
 
 static int isok(int x, int y);
 static void ok(signed char *map, int x, int y);