diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 75f3c097..778c377c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2761,6 +2761,7 @@ Lars Hanisch for implementing the SVDRP command 'UPDR' for reporting that the SVDRP command UPDR didn't update the global recordings list for fixing a typo in skins.h + for fixing some #include statements in plugins to use instead of "vdr/..." Alex Lasnier for adding tuning support for ATSC devices diff --git a/HISTORY b/HISTORY index ddcc48fc..1f211e98 100644 --- a/HISTORY +++ b/HISTORY @@ -7361,3 +7361,5 @@ Video Disk Recorder Revision History - Fixed calling iconv_close() only with a valid iconv_t value (thanks to Juergen Lock). - Fixed faulty opening of the Recordings menu when pressing the Play key during normal live viewing mode in case there is a "last viewed" recording. +- Fixed some #include statements in plugins to use instead of "vdr/..." + (thanks to Lars Hanisch). diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h index bd74cde6..79b4e3d8 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 +#include /// 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 e46bf568..bf123438 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/31 15:36:00 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 class cDvbOsdProvider : public cOsdProvider { private: