summaryrefslogtreecommitdiffstats
path: root/waftools/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments')
-rw-r--r--waftools/fragments/dvb.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/waftools/fragments/dvb.c b/waftools/fragments/dvb.c
deleted file mode 100644
index 4ec9e37311..0000000000
--- a/waftools/fragments/dvb.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <poll.h>
-#include <sys/ioctl.h>
-#include <stdio.h>
-#include <time.h>
-#include <unistd.h>
-#include <linux/dvb/dmx.h>
-#include <linux/dvb/frontend.h>
-#include <linux/dvb/video.h>
-#include <linux/dvb/audio.h>
-#include <linux/dvb/version.h>
-fe_bandwidth_t t;
-int main(void) {return 0;}