]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/plane.c
include: Rename budg.h to update.h
[empserver] / src / lib / update / plane.c
index 7c80e342bfa75c3955ac9a2ce5098789b60cf2dc..2832c24cd0e9aa1ad8f0174fa056defbe66e8a65 100644 (file)
@@ -34,7 +34,6 @@
 
 #include <config.h>
 
-#include "budg.h"
 #include "chance.h"
 #include "file.h"
 #include "lost.h"
@@ -43,8 +42,8 @@
 #include "plane.h"
 #include "player.h"
 #include "prototypes.h"
-#include "sect.h"
 #include "ship.h"
+#include "update.h"
 
 static void planerepair(struct plnstr *, struct natstr *, struct bp *, int);
 static void upd_plane(struct plnstr *, int, struct natstr *, struct bp *, int);