Normalize inclusion guards: use NAME_H for name.h. Some headers

lacked them, others used reserved identifiers.
This commit is contained in:
Markus Armbruster 2005-12-29 10:16:01 +00:00
parent b316861e9d
commit fa52e6944d
55 changed files with 171 additions and 150 deletions

View file

@ -33,8 +33,8 @@
* Steve McClure, 1998
*/
#ifndef _LAND_H_
#define _LAND_H_
#ifndef LAND_H
#define LAND_H
#include "sect.h"
#include "ship.h"
@ -231,4 +231,4 @@ extern int lnd_can_attack(struct lndstr *);
extern int lnd_fortify (struct lndstr *lp, int hard_amt);
extern void lnd_set_tech(struct lndstr *, int);
#endif /* _LAND_H_ */
#endif