]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/para.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / para.c
index 62b0a6a917158e1f2dd1c0c1ec7e745c0691e1ce..f5c1181d6d8b0af4c5458798e476765d626af0c7 100644 (file)
 
 #include <config.h>
 
-#include "misc.h"
-#include "player.h"
-#include "sect.h"
-#include "ship.h"
+#include "combat.h"
+#include "commands.h"
 #include "item.h"
-#include "plane.h"
 #include "land.h"
-#include "xy.h"
-#include "nsc.h"
-#include "file.h"
-#include "nat.h"
-#include "path.h"
 #include "mission.h"
-#include "combat.h"
-#include "commands.h"
+#include "path.h"
+#include "plane.h"
+#include "ship.h"
 
 static int paradrop(struct emp_qelem *list, coord x, coord y);