diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-09-12 11:29:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-09-12 11:29:00 +0200 |
commit | 07c7bc2951c68227c2529ec4ae5d62bcfbcbbbf3 (patch) | |
tree | 981a9265db7e8bdf8d7dfcba3eea1ec6ec87a6d0 | |
parent | 20097165997fb5f8c819f6279cd20cf5b081eeb7 (diff) | |
download | vdr-07c7bc2951c68227c2529ec4ae5d62bcfbcbbbf3.tar.gz vdr-07c7bc2951c68227c2529ec4ae5d62bcfbcbbbf3.tar.bz2 |
Fixed some include statements
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffdevice.c | 6 | ||||
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffosd.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c index 483381ff..1d812d70 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffdevice.c 2.26 2010/01/30 10:05:23 kls Exp $ + * $Id: dvbsdffdevice.c 2.27 2010/09/12 11:29:00 kls Exp $ */ #include "dvbsdffdevice.h" @@ -15,9 +15,9 @@ #include <linux/dvb/video.h> #include <sys/ioctl.h> #include <sys/mman.h> +#include <vdr/eitscan.h> +#include <vdr/transfer.h> #include "dvbsdffosd.h" -#include "vdr/eitscan.h" -#include "vdr/transfer.h" // --- cDvbSdFfDevice -------------------------------------------------------- diff --git a/PLUGINS/src/dvbsddevice/dvbsdffosd.c b/PLUGINS/src/dvbsddevice/dvbsdffosd.c index 5e5ea01d..039999aa 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffosd.c +++ b/PLUGINS/src/dvbsddevice/dvbsdffosd.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffosd.c 2.1 2009/12/31 15:36:00 kls Exp $ + * $Id: dvbsdffosd.c 2.2 2010/09/12 11:29:00 kls Exp $ */ #include "dvbsdffosd.h" @@ -11,7 +11,7 @@ #include <signal.h> #include <sys/ioctl.h> #include <sys/unistd.h> -#include "vdr/tools.h" +#include <vdr/tools.h> // --- cDvbSdFfOsd ----------------------------------------------------------- |