]> git.pond.sub.org Git - empserver/commit
include: Drop update.h
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Jun 2016 11:08:35 +0000 (13:08 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 17:59:59 +0000 (19:59 +0200)
commitc7000117e823ffdb3a05420b7a396f6e12438c5e
tree7a62b38d6c210ce1cba1f1f8ba0946caa6614ce6
parent63160725083a299ab04784d13e631522c9e247cb
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>
24 files changed:
include/update.h [deleted file]
src/lib/update/age.c
src/lib/update/anno.c
src/lib/update/bp.c
src/lib/update/deliver.c
src/lib/update/distribute.c
src/lib/update/finish.c
src/lib/update/human.c
src/lib/update/land.c
src/lib/update/main.c
src/lib/update/material.c
src/lib/update/mobility.c
src/lib/update/move_sat.c
src/lib/update/nat.c
src/lib/update/nxtitemp.c
src/lib/update/plague.c
src/lib/update/plane.c
src/lib/update/populace.c
src/lib/update/prepare.c
src/lib/update/produce.c
src/lib/update/removewants.c
src/lib/update/revolt.c
src/lib/update/sect.c
src/lib/update/ship.c