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

@ -35,7 +35,6 @@
#include <math.h>
#include "misc.h"
#include "var.h"
#include "sect.h"
#include "nat.h"
#include "item.h"
@ -77,7 +76,7 @@ static s_char *ReversePath(s_char *path);
void
finish_sects(int etu)
{
register struct sctstr *sp;
struct sctstr *sp;
struct natstr *np;
int n;
struct distinfo *infptr;