diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-12 22:11:13 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-12 22:11:13 +0100 |
commit | 7ed2883604e3e7e910e043a69a2ab91e890dc638 (patch) | |
tree | c6fc031c5cbba7f1380d48f4fb8839237d60c148 /common.h | |
parent | 3fba3b329920a80febd6b6377ecfd316883f4638 (diff) | |
download | vdr-plugin-pvrinput-7ed2883604e3e7e910e043a69a2ab91e890dc638.tar.gz vdr-plugin-pvrinput-7ed2883604e3e7e910e043a69a2ab91e890dc638.tar.bz2 |
remove videodev.h and other unneeded headers
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -3,32 +3,16 @@ enum eLogLevel { pvrUNUSED, pvrERROR, pvrINFO, pvrDEBUG1, pvrDEBUG2, pvrDEBUG3 }; -#include <string> -#include <strings.h> -#include <linux/types.h> -#include <linux/videodev.h> #include <linux/videodev2.h> - #include <sys/ioctl.h> -#include <sys/time.h> - #include <stdarg.h> -#include <time.h> -#include <stdio.h> -#include <vdr/osd.h> -#include <vdr/plugin.h> -#include <vdr/channels.h> -#include <vdr/sources.h> -#include <vdr/device.h> #include <vdr/plugin.h> #if VDRVERSNUM > 10712 #include <vdr/sourceparams.h> #define PVR_SOURCEPARAMS #endif - - #include "setup.h" #include "filter.h" #include "device.h" @@ -36,6 +20,7 @@ enum eLogLevel { pvrUNUSED, pvrERROR, pvrINFO, pvrDEBUG1, pvrDEBUG2, pvrDEBUG3 } #include "reader.h" #include "pvrinput.h" #include "menu.h" +#include "submenu.h" #include "sourceparams.h" #if VDRVERSNUM < 10507 |