diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 21:51:32 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 21:51:32 +0200 |
| commit | 31f975462358f48217a5e5194c9adbacdf5ff5b8 (patch) | |
| tree | 4e32b84f9a0605be6947a1579a8e7e69e53f68be /src/input/input_dvb.c | |
| parent | 1b91ebbb479e36cd3fe3df44ec3ba36e878cab57 (diff) | |
| download | xine-lib-31f975462358f48217a5e5194c9adbacdf5ff5b8.tar.gz xine-lib-31f975462358f48217a5e5194c9adbacdf5ff5b8.tar.bz2 | |
Remove the DVB headers dmx.h and frontend.h, use the ones from linux-headers instead.
Diffstat (limited to 'src/input/input_dvb.c')
| -rw-r--r-- | src/input/input_dvb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index efc3a88d8..50162c7db 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -103,9 +103,8 @@ /* XDG */ #include <basedir.h> -/* These will eventually be #include <linux/dvb/...> */ -#include "dvb/dmx.h" -#include "dvb/frontend.h" +#include <linux/dvb/dmx.h> +#include <linux/dvb/frontend.h> #define LOG_MODULE "input_dvb" #define LOG_VERBOSE |
