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
|
@ -34,11 +34,15 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "file.h"
|
||||
#include "item.h"
|
||||
#include "lost.h"
|
||||
#include "optlist.h"
|
||||
#include "nat.h"
|
||||
#include "news.h"
|
||||
#include "plague.h"
|
||||
#include "update.h"
|
||||
#include "prototypes.h"
|
||||
#include "sect.h"
|
||||
|
||||
static int infect_people(struct natstr *, struct sctstr *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue