From 8a8cc4d188e263f29678977b7cae78ed4ddb755b Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 17 Mar 2012 20:04:49 +0000 Subject: Replaced include with forward declaration --- frontend.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend.h b/frontend.h index ee642b95..bb847a0e 100644 --- a/frontend.h +++ b/frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.42 2012-03-13 12:53:41 phintuka Exp $ + * $Id: frontend.h,v 1.43 2012-03-17 20:04:49 phintuka Exp $ * */ @@ -13,11 +13,12 @@ #include #include -#include // ePlayMode #include "xine_input_vdr_net.h" // eStreamId class cStatus; +class cXinelibDevice; +enum ePlayMode; //----------------------------- cXinelibThread -------------------------------- -- cgit v1.2.3