]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/turn.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / turn.c
index 7bf53c5434f83eb0e618f62f0be921c9a9accdda..5876cff58a000333446fef0e7aca846fe1e30dea 100644 (file)
 #include <config.h>
 
 #include <errno.h>
-#include <fcntl.h>
-#include <time.h>
-#include "misc.h"
-#include "player.h"
+#if !defined(_WIN32)
+#include <unistd.h>
+#endif
 #include "tel.h"
 #include "commands.h"
 #include "optlist.h"