include: Drop update.h

update.h is a convenience header to include headers commonly needed in
update code.  The price for the convenience is superfluous recompiles.
Include necessary headers directly, and drop update.h

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-06-18 13:08:35 +02:00
parent 6316072508
commit c7000117e8
24 changed files with 91 additions and 65 deletions

View file

@ -34,12 +34,15 @@
#include <config.h>
#include "file.h"
#include "game.h"
#include "land.h"
#include "optlist.h"
#include "plane.h"
#include "prototypes.h"
#include "sect.h"
#include "server.h"
#include "ship.h"
#include "update.h"
static int do_upd_checking;