include: Rename budg.h to update.h

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-06-18 13:26:02 +02:00
parent c7000117e8
commit 2e7efd1e9b
12 changed files with 15 additions and 23 deletions

View file

@ -36,7 +36,6 @@
#include <config.h>
#include <math.h>
#include "budg.h"
#include "chance.h"
#include "file.h"
#include "land.h"
@ -48,8 +47,8 @@
#include "player.h"
#include "product.h"
#include "prototypes.h"
#include "sect.h"
#include "ship.h"
#include "update.h"
static void shiprepair(struct shpstr *, struct natstr *, struct bp *, int);
static void upd_ship(struct shpstr *, int, struct natstr *, struct bp *, int);