]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/land.c
include: Rename budg.h to update.h
[empserver] / src / lib / update / land.c
index 0bb5c00ebea11630d1b9ab7b9fc9534f07ce327c..c2eaaad1c5d35157fad81c0b753e82bc5872a2d4 100644 (file)
@@ -36,7 +36,6 @@
 #include <config.h>
 
 #include <math.h>
-#include "budg.h"
 #include "chance.h"
 #include "file.h"
 #include "land.h"
@@ -47,7 +46,7 @@
 #include "plague.h"
 #include "player.h"
 #include "prototypes.h"
-#include "sect.h"
+#include "update.h"
 
 static void landrepair(struct lndstr *, struct natstr *, struct bp *, int);
 static void upd_land(struct lndstr *, int, struct natstr *, struct bp *, int);