From 696b5b4b64306fff7f71b3e1e6ef72ca3fd393ce Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 19 Feb 2004 09:57:25 +0000 Subject: [PATCH] POSIX has all we need in . No need to fool around with . --- src/lib/commands/flash.c | 4 ---- src/lib/common/wantupd.c | 4 ---- src/lib/player/empdis.c | 3 --- 3 files changed, 11 deletions(-) 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