diff options
Diffstat (limited to 'PLUGINS/src')
-rw-r--r-- | PLUGINS/src/dvbhddevice/dvbhdffdevice.h | 6 | ||||
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffdevice.h | 6 | ||||
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffosd.h | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/PLUGINS/src/dvbhddevice/dvbhdffdevice.h b/PLUGINS/src/dvbhddevice/dvbhdffdevice.h index 344f3dc..0f18fa3 100644 --- a/PLUGINS/src/dvbhddevice/dvbhdffdevice.h +++ b/PLUGINS/src/dvbhddevice/dvbhdffdevice.h @@ -3,15 +3,15 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbhdffdevice.h 1.8 2012/11/05 08:49:29 kls Exp $ + * $Id: dvbhdffdevice.h 1.9 2012/12/03 13:43:55 kls Exp $ */ #ifndef __DVBHDFFDEVICE_H #define __DVBHDFFDEVICE_H #include "hdffcmd.h" -#include "vdr/dvbdevice.h" -#include "vdr/dvbspu.h" +#include <vdr/dvbdevice.h> +#include <vdr/dvbspu.h> /// The cDvbHdFfDevice implements a DVB device which can be accessed through the Linux DVB driver API. diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h index bd74cde..79b4e3d 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h @@ -3,14 +3,14 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffdevice.h 2.13 2011/08/27 11:32:42 kls Exp $ + * $Id: dvbsdffdevice.h 2.14 2012/12/03 13:43:55 kls Exp $ */ #ifndef __DVBSDFFDEVICE_H #define __DVBSDFFDEVICE_H -#include "vdr/dvbdevice.h" -#include "vdr/dvbspu.h" +#include <vdr/dvbdevice.h> +#include <vdr/dvbspu.h> /// The cDvbSdFfDevice implements a DVB device which can be accessed through the Linux DVB driver API. diff --git a/PLUGINS/src/dvbsddevice/dvbsdffosd.h b/PLUGINS/src/dvbsddevice/dvbsdffosd.h index 8a1bc62..bf12343 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffosd.h +++ b/PLUGINS/src/dvbsddevice/dvbsdffosd.h @@ -3,13 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffosd.h 2.1 2009/12/29 11:52:05 kls Exp $ + * $Id: dvbsdffosd.h 2.2 2012/12/03 13:43:55 kls Exp $ */ #ifndef __DVBSDFFODF_H #define __DVBSDFFODF_H -#include "vdr/osd.h" +#include <vdr/osd.h> class cDvbOsdProvider : public cOsdProvider { private: |