From 6ca541e876124fc3e903cf87b435e80b5c011b40 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 3 Dec 2012 13:46:46 +0100 Subject: Fixed some #include statements in plugins to use instead of "vdr/..." --- PLUGINS/src/dvbsddevice/dvbsdffosd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PLUGINS/src/dvbsddevice/dvbsdffosd.h') 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: -- cgit v1.2.3