]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/sectdamage.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / common / sectdamage.c
index fd1ac2eed3178fab685ce34e40ac56ac6e85ea91..2fac5e5604b5d7241b627cfdb3357a470d8bd152 100644 (file)
 
 #include <config.h>
 
+#include "combat.h"
+#include "damage.h"
+#include "file.h"
+#include "land.h"
 #include "misc.h"
+#include "nat.h"
+#include "nsc.h"
+#include "optlist.h"
+#include "plane.h"
+#include "prototypes.h"
 #include "sect.h"
 #include "ship.h"
-#include "land.h"
-#include "plane.h"
 #include "xy.h"
-#include "nsc.h"
-#include "file.h"
-#include "nat.h"
-#include "optlist.h"
-#include "damage.h"
-#include "common.h"
-#include "gen.h"
-#include "subs.h"
-#include "combat.h"
 
 int
 sect_damage(struct sctstr *sp, int dam, struct emp_qelem *list)