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/xine_buffer.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/xine/xine_buffer.h') diff --git a/include/xine/xine_buffer.h b/include/xine/xine_buffer.h index 84511bd1b..73699a2d2 100644 --- a/include/xine/xine_buffer.h +++ b/include/xine/xine_buffer.h @@ -50,11 +50,7 @@ #ifndef HAVE_XINE_BUFFER_H #define HAVE_XINE_BUFFER_H -#ifdef XINE_COMPILE -# include -#else -# include -#endif +#include /* * returns an initialized pointer to a buffer. -- cgit v1.2.3