]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/powe.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / powe.c
index 62a2b0b41800f8b6e4dbfc0775f3c7bbbfa6da57..90008344c59b2e96d6d48eb3bda39618a48462bb 100644 (file)
 
 #include <config.h>
 
-#include <string.h>
-#include "misc.h"
-#include "player.h"
-#include "sect.h"
-#include "nat.h"
-#include "ship.h"
-#include "land.h"
-#include "power.h"
+#include "commands.h"
 #include "item.h"
-#include "plane.h"
-#include "xy.h"
-#include "nsc.h"
-#include "file.h"
+#include "land.h"
 #include "optlist.h"
-#include "commands.h"
-
-
-#include <fcntl.h>
+#include "plane.h"
+#include "power.h"
+#include "ship.h"
 
 struct powsort {
     float powval;