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/buffer.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include/xine/buffer.h') diff --git a/include/xine/buffer.h b/include/xine/buffer.h index ce209c9da..4af718a1b 100644 --- a/include/xine/buffer.h +++ b/include/xine/buffer.h @@ -43,13 +43,8 @@ extern "C" { #include #include -#ifdef XINE_COMPILE -# include -# include "attributes.h" -#else -# include -# include -#endif +#include +#include #define BUF_MAX_CALLBACKS 5 -- cgit v1.2.3