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:
parent
6316072508
commit
c7000117e8
24 changed files with 91 additions and 65 deletions
|
@ -37,11 +37,15 @@
|
|||
|
||||
#include "budg.h"
|
||||
#include "chance.h"
|
||||
#include "file.h"
|
||||
#include "item.h"
|
||||
#include "land.h"
|
||||
#include "nat.h"
|
||||
#include "optlist.h"
|
||||
#include "player.h"
|
||||
#include "prototypes.h"
|
||||
#include "sect.h"
|
||||
#include "ship.h"
|
||||
#include "update.h"
|
||||
|
||||
void
|
||||
prepare_sects(int etu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue