include: Move update stuff from prototypes.h to update.h

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-06-18 13:55:44 +02:00
parent 2e7efd1e9b
commit 893093f999
24 changed files with 97 additions and 77 deletions

View file

@ -43,6 +43,7 @@
#include "plague.h"
#include "prototypes.h"
#include "sect.h"
#include "update.h"
static int infect_people(struct natstr *, struct sctstr *);