Clean up superfluous include of news.h in empobj.h
Missed in commit 0ba61f17
, v4.3.24.
This commit is contained in:
parent
44db545344
commit
a2386edc01
9 changed files with 14 additions and 7 deletions
|
@ -40,7 +40,6 @@
|
||||||
#include "loan.h"
|
#include "loan.h"
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "news.h"
|
|
||||||
#include "nuke.h"
|
#include "nuke.h"
|
||||||
#include "plane.h"
|
#include "plane.h"
|
||||||
#include "sect.h"
|
#include "sect.h"
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "retreat.h"
|
#include "retreat.h"
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "xdump.h"
|
#include "xdump.h"
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
#include "news.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "product.h"
|
#include "product.h"
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
|
|
@ -37,19 +37,20 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "combat.h"
|
#include "combat.h"
|
||||||
|
#include "empobj.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
#include "news.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "plague.h"
|
#include "plague.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "xy.h"
|
|
||||||
#include "empobj.h"
|
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
#include "xy.h"
|
||||||
|
|
||||||
#define CASUALTY_LUMP 1 /* How big casualty chunks should be */
|
#define CASUALTY_LUMP 1 /* How big casualty chunks should be */
|
||||||
|
|
||||||
|
|
|
@ -38,17 +38,18 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "combat.h"
|
#include "combat.h"
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
|
#include "empobj.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
#include "news.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "xy.h"
|
|
||||||
#include "empobj.h"
|
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
#include "xy.h"
|
||||||
|
|
||||||
static void lnd_stays(natid, char *, struct ulist *);
|
static void lnd_stays(natid, char *, struct ulist *);
|
||||||
static int lnd_hit_mine(struct lndstr *);
|
static int lnd_hit_mine(struct lndstr *);
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
#include "news.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -36,10 +36,12 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
|
#include "empobj.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
#include "news.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
@ -47,9 +49,8 @@
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
#include "xy.h"
|
|
||||||
#include "empobj.h"
|
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
#include "xy.h"
|
||||||
|
|
||||||
static int shp_check_one_mines(struct ulist *);
|
static int shp_check_one_mines(struct ulist *);
|
||||||
static int shp_hit_mine(struct shpstr *);
|
static int shp_hit_mine(struct shpstr *);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue