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/osd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/xine/osd.h') diff --git a/include/xine/osd.h b/include/xine/osd.h index ed4e2434b..4e34030ee 100644 --- a/include/xine/osd.h +++ b/include/xine/osd.h @@ -27,11 +27,7 @@ # include #endif -#ifdef XINE_COMPILE -# include "video_overlay.h" -#else -# include -#endif +#include typedef struct osd_object_s osd_object_t; typedef struct osd_renderer_s osd_renderer_t; -- cgit v1.2.3