From a0a752a4774b94e8671645b2ce78638e93a08ec5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Oct 2006 23:25:32 +0000 Subject: cleanup SVN-Revision: 5106 --- target/utils/src/trx.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'target/utils/src') diff --git a/target/utils/src/trx.c b/target/utils/src/trx.c index abc9bc9..787ffa8 100644 --- a/target/utils/src/trx.c +++ b/target/utils/src/trx.c @@ -44,18 +44,6 @@ #include #include #include -#if defined(__APPLE__) -#include -#include -#define __BYTE_ORDER BYTE_ORDER -#define __BIG_ENDIAN BIG_ENDIAN -#define bswap_16(x) NXSwapShort(x) -#define bswap_32(x) NXSwapInt(x) -#define bswap_64(x) NXSwapLongLong(x) -#else -#include -#include -#endif #if __BYTE_ORDER == __BIG_ENDIAN #define STORE32_LE(X) bswap_32(X) -- cgit v1.1