diff --git a/src/lib/commands/flash.c b/src/lib/commands/flash.c index dcf3e39e..f2e7df9f 100644 --- a/src/lib/commands/flash.c +++ b/src/lib/commands/flash.c @@ -32,11 +32,7 @@ * Steve McClure, 1998 */ -#if defined(Rel4) || defined(_WIN32) #include -#else -#include -#endif /* Rel4 */ #include "misc.h" #include "player.h" #include "nat.h" diff --git a/src/lib/common/wantupd.c b/src/lib/common/wantupd.c index cb418527..7dd84c86 100644 --- a/src/lib/common/wantupd.c +++ b/src/lib/common/wantupd.c @@ -45,11 +45,7 @@ #include #include -#if defined(Rel4) || defined(_WIN32) #include -#else /* Rel4 */ -#include -#endif /* Rel4 */ void update_policy_check(void) diff --git a/src/lib/player/empdis.c b/src/lib/player/empdis.c index 858dc938..fdc6e6a1 100644 --- a/src/lib/player/empdis.c +++ b/src/lib/player/empdis.c @@ -48,11 +48,8 @@ #include "common.h" #include -#ifdef Rel4 #include -#endif /* Rel4 */ #if !defined(_WIN32) -#include #include #endif #include