From a3ded7d74f5e8bb08f4fc25ff75ca6b534c633dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 23 Dec 2007 18:44:29 +0100 Subject: Remove XINE_COMPILE conditionals where they just changed the include directive paths. --- include/xine/spu_decoder.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include/xine/spu_decoder.h') diff --git a/include/xine/spu_decoder.h b/include/xine/spu_decoder.h index dcf9107f7..b11bf7952 100644 --- a/include/xine/spu_decoder.h +++ b/include/xine/spu_decoder.h @@ -24,13 +24,8 @@ #ifndef HAVE_SPU_API_H #define HAVE_SPU_API_H -#ifdef XINE_COMPILE -# include -# include "buffer.h" -#else -# include -# include -#endif +#include +#include #define SPU_DECODER_IFACE_VERSION 17 -- cgit v1.2.3