Do not include var.h where no longer needed. Clean up register keywords in these file at the same time. No functional changes.

This commit is contained in:
Marc Olzheim 2004-10-12 20:08:51 +00:00
parent 442803c30a
commit e9a040adb9
187 changed files with 246 additions and 435 deletions

View file

@ -36,7 +36,6 @@
#include "misc.h"
#include "player.h"
#include "file.h"
#include "var.h"
#include "sect.h"
#include "path.h"
#include "news.h"
@ -633,8 +632,8 @@ lnd_mar(struct emp_qelem *list, double *minmobp, double *maxmobp,
void
lnd_put(struct emp_qelem *list, natid actor)
{
register struct emp_qelem *qp;
register struct emp_qelem *newqp;
struct emp_qelem *qp;
struct emp_qelem *newqp;
struct llist *llp;
qp = list->q_back;