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:
parent
442803c30a
commit
e9a040adb9
187 changed files with 246 additions and 435 deletions
|
@ -72,7 +72,6 @@ static int quiet = 0;
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include "var.h"
|
||||
#include "misc.h"
|
||||
#include "power.h"
|
||||
#include "nat.h"
|
||||
|
@ -1068,7 +1067,7 @@ add_resources(struct sctstr *sct)
|
|||
static void
|
||||
write_sects(void)
|
||||
{
|
||||
register struct sctstr *sct;
|
||||
struct sctstr *sct;
|
||||
int c, x, y, total;
|
||||
|
||||
/* sct = §s[0][0]; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue