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
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
#include "sect.h"
|
||||
#include "nat.h"
|
||||
#include "item.h"
|
||||
|
@ -243,7 +242,7 @@ long
|
|||
get_couval(int cnum)
|
||||
{
|
||||
struct sctstr *sp;
|
||||
register int j, k, val;
|
||||
int j, k, val;
|
||||
long secttot = 0;
|
||||
|
||||
for (j = 0; NULL != (sp = getsectid(j)); j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue