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
|
@ -33,7 +33,6 @@
|
|||
*/
|
||||
|
||||
#include "misc.h"
|
||||
#include "var.h"
|
||||
#include "sect.h"
|
||||
#include "plane.h"
|
||||
#include "ship.h"
|
||||
|
@ -59,8 +58,8 @@ prod_plane(int etus, int natnum, int *bp, int buildem)
|
|||
|
||||
/* Build = 1, maintain =0 */
|
||||
{
|
||||
register struct plnstr *pp;
|
||||
register struct plchrstr *plp;
|
||||
struct plnstr *pp;
|
||||
struct plchrstr *plp;
|
||||
struct natstr *np;
|
||||
float leftp, buildp;
|
||||
int left, build;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue