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

@ -33,7 +33,6 @@
#include "misc.h"
#include "player.h"
#include "var.h"
#include "sect.h"
#include "plane.h"
#include "nat.h"
@ -136,10 +135,10 @@ skyw(void)
static int
showsat(struct sky **skypp, int x, int y)
{
register struct sky *skyp;
register struct sky *todelete = 0;
register struct sky **prev;
register struct plchrstr *pcp;
struct sky *skyp;
struct sky *todelete = 0;
struct sky **prev;
struct plchrstr *pcp;
s_char *name;
int nsat = 0;