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
|
@ -34,7 +34,6 @@
|
|||
#include <ctype.h>
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
#include "plane.h"
|
||||
#include "xy.h"
|
||||
#include "nsc.h"
|
||||
|
@ -47,7 +46,7 @@ wing(void)
|
|||
{
|
||||
|
||||
struct plnstr plane;
|
||||
register int count;
|
||||
int count;
|
||||
s_char *cp;
|
||||
s_char c;
|
||||
struct nstr_item nstr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue