From dff64e3dd0698d3299ca9db5f357521ea6d65eb5 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Tue, 17 Nov 2020 23:04:18 +0100 Subject: [PATCH] [raop] Remove endian includes, now included via rtp_common.h --- src/outputs/raop.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/outputs/raop.c b/src/outputs/raop.c index 25e5400d..272544c2 100644 --- a/src/outputs/raop.c +++ b/src/outputs/raop.c @@ -45,17 +45,6 @@ #include #include -#ifdef HAVE_ENDIAN_H -# include -#elif defined(HAVE_SYS_ENDIAN_H) -# include -#elif defined(HAVE_LIBKERN_OSBYTEORDER_H) -#include -#define htobe16(x) OSSwapHostToBigInt16(x) -#define be16toh(x) OSSwapBigToHostInt16(x) -#define htobe32(x) OSSwapHostToBigInt32(x) -#endif - #include #include #include