diff options
| author | phintuka <phintuka> | 2012-03-17 20:04:49 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-03-17 20:04:49 +0000 |
| commit | 8a8cc4d188e263f29678977b7cae78ed4ddb755b (patch) | |
| tree | 42919cd223953d1a3feca2110da53aa172d373cd | |
| parent | d3e23c3291fbe7c22e8cd4cfadcbecdf45535f33 (diff) | |
| download | xineliboutput-8a8cc4d188e263f29678977b7cae78ed4ddb755b.tar.gz xineliboutput-8a8cc4d188e263f29678977b7cae78ed4ddb755b.tar.bz2 | |
Replaced include with forward declaration
| -rw-r--r-- | frontend.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <vdr/tools.h> #include <vdr/thread.h> -#include <vdr/device.h> // ePlayMode #include "xine_input_vdr_net.h" // eStreamId class cStatus; +class cXinelibDevice; +enum ePlayMode; //----------------------------- cXinelibThread -------------------------------- |
