Include "file.h" where it's needed
Several headers define macros that use ef_ptr() without including "file.h". Fix that. Drop redundant inclusions elsewhere. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
b49c2f56af
commit
549561ff03
110 changed files with 13 additions and 109 deletions
|
@ -33,7 +33,6 @@
|
||||||
#ifndef COMMANDS_H
|
#ifndef COMMANDS_H
|
||||||
#define COMMANDS_H
|
#define COMMANDS_H
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#ifndef COMMODITY_H
|
#ifndef COMMODITY_H
|
||||||
#define COMMODITY_H
|
#define COMMODITY_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#ifndef GAME_H
|
#ifndef GAME_H
|
||||||
#define GAME_H
|
#define GAME_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
|
|
||||||
struct gamestr {
|
struct gamestr {
|
||||||
/* initial part must match struct empobj */
|
/* initial part must match struct empobj */
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#ifndef LAND_H
|
#ifndef LAND_H
|
||||||
#define LAND_H
|
#define LAND_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "retreat.h"
|
#include "retreat.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#ifndef LOAN_H
|
#ifndef LOAN_H
|
||||||
#define LOAN_H
|
#define LOAN_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
#define MAXLOAN 100000
|
#define MAXLOAN 100000
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#ifndef LOST_H
|
#ifndef LOST_H
|
||||||
#define LOST_H
|
#define LOST_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
struct loststr {
|
struct loststr {
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#ifndef NAT_H
|
#ifndef NAT_H
|
||||||
#define NAT_H
|
#define NAT_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
#define NATID_BAD 255
|
#define NATID_BAD 255
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
#ifndef NEWS_H
|
#ifndef NEWS_H
|
||||||
#define NEWS_H
|
#define NEWS_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
||||||
struct nwsstr {
|
struct nwsstr {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#ifndef NUKE_H
|
#ifndef NUKE_H
|
||||||
#define NUKE_H
|
#define NUKE_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#ifndef PLANE_H
|
#ifndef PLANE_H
|
||||||
#define PLANE_H
|
#define PLANE_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#ifndef POWER_H
|
#ifndef POWER_H
|
||||||
#define POWER_H
|
#define POWER_H
|
||||||
|
|
||||||
|
#include "file.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
struct powstr {
|
struct powstr {
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#ifndef SECT_H
|
#ifndef SECT_H
|
||||||
#define SECT_H
|
#define SECT_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#ifndef SHIP_H
|
#ifndef SHIP_H
|
||||||
#define SHIP_H
|
#define SHIP_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "retreat.h"
|
#include "retreat.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#ifndef TRADE_H
|
#ifndef TRADE_H
|
||||||
#define TRADE_H
|
#define TRADE_H
|
||||||
|
|
||||||
#include <time.h>
|
#include "file.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
struct trdstr {
|
struct trdstr {
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "sect.h"
|
#include "sect.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "file.h"
|
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
|
||||||
struct clink {
|
struct clink {
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "product.h"
|
#include "product.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "product.h"
|
#include "product.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "commodity.h"
|
#include "commodity.h"
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "loan.h"
|
#include "loan.h"
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
||||||
double
|
double
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "xdump.h"
|
#include "xdump.h"
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "file.h"
|
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "com.h"
|
#include "com.h"
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
#include "file.h"
|
|
||||||
#include "journal.h"
|
#include "journal.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "com.h"
|
#include "com.h"
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include "com.h"
|
#include "com.h"
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
#include "empthread.h"
|
#include "empthread.h"
|
||||||
#include "file.h"
|
|
||||||
#include "journal.h"
|
#include "journal.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
#include "empthread.h"
|
#include "empthread.h"
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "actofgod.h"
|
#include "actofgod.h"
|
||||||
#include "file.h"
|
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "plane.h"
|
#include "plane.h"
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "combat.h"
|
#include "combat.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "commodity.h"
|
#include "commodity.h"
|
||||||
#include "file.h"
|
|
||||||
#include "loan.h"
|
#include "loan.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "commodity.h"
|
#include "commodity.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "xy.h"
|
#include "xy.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "sect.h"
|
#include "sect.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "loan.h"
|
#include "loan.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#include "combat.h"
|
#include "combat.h"
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "com.h"
|
#include "com.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
#include "file.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "file.h"
|
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "sect.h"
|
#include "sect.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nuke.h"
|
#include "nuke.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
#include "file.h"
|
|
||||||
#include "journal.h"
|
#include "journal.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "file.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
#include "combat.h"
|
#include "combat.h"
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "damage.h"
|
#include "damage.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "mission.h"
|
#include "mission.h"
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "xy.h"
|
#include "xy.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "file.h"
|
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "loan.h"
|
#include "loan.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "file.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "file.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include "empthread.h"
|
#include "empthread.h"
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "journal.h"
|
#include "journal.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "file.h"
|
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "empobj.h"
|
#include "empobj.h"
|
||||||
#include "file.h"
|
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "chance.h"
|
#include "chance.h"
|
||||||
#include "file.h"
|
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue