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

@ -34,7 +34,6 @@
#include <ctype.h>
#include "misc.h"
#include "player.h"
#include "var.h"
#include "ship.h"
#include "sect.h"
#include "news.h"
@ -219,7 +218,7 @@ navi(void)
int
nav_map(int x, int y, int show_designations)
{
register s_char *ptr;
s_char *ptr;
struct nstr_sect ns;
struct natstr *np;
struct sctstr sect;