mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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 <vdr/osd.h>
|
||||
|
||||
class cDvbOsdProvider : public cOsdProvider {
|
||||
private:
|
||||
|
Reference in New Issue
Block a user