]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/land.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / update / land.c
index 2fbab61a053f6b776a932f17e7d4966c5e6ebf93..7bb8a64ca0abdcee83e288b42a5a24d918b67e03 100644 (file)
 
 #include <config.h>
 
-#include <math.h>
-#include "misc.h"
-#include "plague.h"
-#include "sect.h"
-#include "nat.h"
+#include "budg.h"
 #include "land.h"
-#include "ship.h"
+#include "lost.h"
 #include "news.h"
-#include "file.h"
-#include "optlist.h"
-#include "budg.h"
+#include "plague.h"
 #include "player.h"
+#include "ship.h"
 #include "update.h"
-#include "lost.h"
-#include "common.h"
-#include "subs.h"
-#include "common.h"
-#include "gen.h"
+#include <math.h>
 
 static void landrepair(struct lndstr *, struct natstr *, int *, int);
 static void upd_land(struct lndstr *, int, struct natstr *, int *, int);