From b5401d9dd48f4c77941a0112ac004d6ed7ff441e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 19 Feb 2004 10:05:53 +0000 Subject: [PATCH] is ISO C, no need to #if it. --- src/lib/commands/arm.c | 2 -- src/lib/commands/budg.c | 2 -- src/lib/commands/buil.c | 2 -- src/lib/commands/edit.c | 2 -- src/lib/commands/improve.c | 2 -- src/lib/commands/load.c | 2 -- src/lib/commands/orde.c | 2 -- src/lib/commands/powe.c | 2 -- src/lib/commands/tend.c | 2 -- src/lib/commands/tran.c | 2 -- src/lib/common/file.c | 5 ----- src/lib/common/log.c | 2 -- src/lib/common/type.c | 2 -- src/lib/gen/emp_config.c | 2 -- src/lib/gen/numstr.c | 2 -- src/lib/player/login.c | 2 -- src/lib/subs/pr.c | 2 -- 17 files changed, 37 deletions(-) diff --git a/src/lib/commands/arm.c b/src/lib/commands/arm.c index f9e48263..a6617556 100644 --- a/src/lib/commands/arm.c +++ b/src/lib/commands/arm.c @@ -33,9 +33,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/budg.c b/src/lib/commands/budg.c index c71589c0..a60e52e9 100644 --- a/src/lib/commands/budg.c +++ b/src/lib/commands/budg.c @@ -33,9 +33,7 @@ * Steve McClure, 1997-2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index abd10ae2..5ce4308e 100644 --- a/src/lib/commands/buil.c +++ b/src/lib/commands/buil.c @@ -32,9 +32,7 @@ */ #include -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/edit.c b/src/lib/commands/edit.c index beb3db00..3575d21d 100644 --- a/src/lib/commands/edit.c +++ b/src/lib/commands/edit.c @@ -36,9 +36,7 @@ #include #include -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/improve.c b/src/lib/commands/improve.c index 012e4255..dc636a58 100644 --- a/src/lib/commands/improve.c +++ b/src/lib/commands/improve.c @@ -31,9 +31,7 @@ * Steve McClure, 1996-2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/load.c b/src/lib/commands/load.c index 9c7bdfd9..5d2cb8bb 100644 --- a/src/lib/commands/load.c +++ b/src/lib/commands/load.c @@ -33,9 +33,7 @@ * Steve McClure, 1998-2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "xy.h" diff --git a/src/lib/commands/orde.c b/src/lib/commands/orde.c index 22f67dc4..8c865026 100644 --- a/src/lib/commands/orde.c +++ b/src/lib/commands/orde.c @@ -32,9 +32,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include #include "misc.h" #include "player.h" diff --git a/src/lib/commands/powe.c b/src/lib/commands/powe.c index ce27b66d..f58f2c62 100644 --- a/src/lib/commands/powe.c +++ b/src/lib/commands/powe.c @@ -33,9 +33,7 @@ * Steve McClure, 1998-2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/tend.c b/src/lib/commands/tend.c index 88bd5cdd..91b72caa 100644 --- a/src/lib/commands/tend.c +++ b/src/lib/commands/tend.c @@ -33,9 +33,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/commands/tran.c b/src/lib/commands/tran.c index 945bc2c1..d4775af9 100644 --- a/src/lib/commands/tran.c +++ b/src/lib/commands/tran.c @@ -32,9 +32,7 @@ * */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "var.h" diff --git a/src/lib/common/file.c b/src/lib/common/file.c index 183f0ec1..1418657a 100644 --- a/src/lib/common/file.c +++ b/src/lib/common/file.c @@ -32,9 +32,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include #include #include @@ -50,9 +48,6 @@ #include "common.h" #include "gen.h" -#ifdef Rel4 -#include -#endif static void fillcache(struct empfile *ep, int start); diff --git a/src/lib/common/log.c b/src/lib/common/log.c index 68f55fb3..9a5abb1b 100644 --- a/src/lib/common/log.c +++ b/src/lib/common/log.c @@ -40,9 +40,7 @@ #include #include #include -#ifdef Rel4 #include -#endif /* Rel4 */ #include #include "deity.h" #include "player.h" diff --git a/src/lib/common/type.c b/src/lib/common/type.c index 8a192b16..f082a634 100644 --- a/src/lib/common/type.c +++ b/src/lib/common/type.c @@ -32,9 +32,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "ship.h" #include "land.h" diff --git a/src/lib/gen/emp_config.c b/src/lib/gen/emp_config.c index f6e02527..6b544d99 100644 --- a/src/lib/gen/emp_config.c +++ b/src/lib/gen/emp_config.c @@ -45,9 +45,7 @@ #include #include /* atoi free atol */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "com.h" diff --git a/src/lib/gen/numstr.c b/src/lib/gen/numstr.c index 5002f507..eb234dcb 100644 --- a/src/lib/gen/numstr.c +++ b/src/lib/gen/numstr.c @@ -31,9 +31,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "misc.h" #include "gen.h" diff --git a/src/lib/player/login.c b/src/lib/player/login.c index 89783d68..4a185cde 100644 --- a/src/lib/player/login.c +++ b/src/lib/player/login.c @@ -32,9 +32,7 @@ * Steve McClure, 2000 */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include "prototypes.h" #include "misc.h" #include "proto.h" diff --git a/src/lib/subs/pr.c b/src/lib/subs/pr.c index 0f30d222..449553be 100644 --- a/src/lib/subs/pr.c +++ b/src/lib/subs/pr.c @@ -40,9 +40,7 @@ * more input data, etc. */ -#ifdef Rel4 #include -#endif /* Rel4 */ #include #include #include