]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/desi.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / desi.c
index 30b6fa1c237e381b2f93b215ccc42588f00f31b9..b5b2f74ea37779b4b6a0e8457222a6096636e751 100644 (file)
 
 #include <config.h>
 
-#include "misc.h"
-#include "player.h"
-#include "sect.h"
-#include "xy.h"
-#include "path.h"
-#include "nsc.h"
-#include "file.h"
-#include "nat.h"
-#include "optlist.h"
 #include "commands.h"
+#include "map.h"
+#include "optlist.h"
+#include "path.h"
 
 static long do_desi(struct natstr *natp, char *sects, char *deschar,
                    long cash, int for_real);