]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/marc.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / marc.c
index df2466167ee6bcc254a08d7f2256840211f737ad..b6293e34d366eaba4bf7e14cd237416991d4fc1f 100644 (file)
 #include <config.h>
 
 #include <ctype.h>
-#include "misc.h"
-#include "player.h"
-#include "land.h"
-#include "xy.h"
-#include "nsc.h"
-#include "path.h"
+#include "commands.h"
 #include "file.h"
+#include "land.h"
 #include "map.h"
-#include "commands.h"
+#include "path.h"
 
 static int set_leader(struct emp_qelem *list, struct lndstr **leaderp);
 static void switch_leader(struct emp_qelem *list, int land_uid);