]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove dispatch.?
authorAndreas Öman <andreas@lonelycoder.com>
Sat, 6 Sep 2008 18:25:04 +0000 (18:25 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sat, 6 Sep 2008 18:25:04 +0000 (18:25 +0000)
13 files changed:
cwc.c
dispatch.c [deleted file]
dispatch.h [deleted file]
dvb/dvb_adapter.c
dvb/dvb_fe.c
dvb/dvb_multiplex.c
dvb/dvb_transport.c
parsers.c
spawn.c
subscriptions.c
transports.c
tsdemux.c
webui/comet.c

diff --git a/cwc.c b/cwc.c
index 3cffe88aee7cba424cf30cf239ec5a9978a03f31..413a29f03d54ba8f830b3cd982378e9644625886 100644 (file)
--- a/cwc.c
+++ b/cwc.c
@@ -34,7 +34,6 @@
 #include "psi.h"
 #include "tsdemux.h"
 #include "ffdecsa/FFdecsa.h"
-#include "dispatch.h"
 #include "transports.h"
 #include "cwc.h"
 #include "notify.h"
diff --git a/dispatch.c b/dispatch.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/dispatch.h b/dispatch.h
deleted file mode 100644 (file)
index e69de29..0000000
index e9d96b8aa29e3c0b93e6513c5a77dfc3f33c34ec..d81aafe57fab98083ad16fd055558998c511bce5 100644 (file)
@@ -36,7 +36,6 @@
 #include <libhts/htssettings.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "transports.h"
 #include "dvb.h"
 #include "dvb_support.h"
index 81a19915ad1664799cb344ad06afef28c7364bbd..235e8973ea33a52dfc2fe90124d52732ef5a3d94 100644 (file)
@@ -35,7 +35,6 @@
 #include <syslog.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "dvb.h"
 #include "dvb_support.h"
 #include "diseqc.h"
index 155efecc2fff027e6bf836ad97ad1c8459250b2f..0da8e16d0f81eb59f0b98396f951c054b174443f 100644 (file)
@@ -37,7 +37,6 @@
 #include <libhts/htssettings.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "dvb.h"
 #include "channels.h"
 #include "transports.h"
index 50e10bb88bc927438f5322e540fca9a7468fda36..bda9c8b08f6566f5eb0b11619de88ee58a910cff 100644 (file)
@@ -37,7 +37,6 @@
 #include <libhts/htssettings.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "dvb.h"
 #include "channels.h"
 #include "transports.h"
index ef0950c331e9f3028e0170356d4a08e96b25f5f3..59deb63eef077ff049acee6483b2bde82a22f393 100644 (file)
--- a/parsers.c
+++ b/parsers.c
@@ -30,7 +30,6 @@
 #include "parser_h264.h"
 #include "bitstream.h"
 #include "buffer.h"
-#include "dispatch.h"
 #include "transports.h"
 
 static const AVRational mpeg_tc = {1, 90000};
diff --git a/spawn.c b/spawn.c
index 14b05ddb52d45625ca47adf9d1c336330cbd505c..23cd11c3904254e22e18857044e23df7eecdc8cb 100644 (file)
--- a/spawn.c
+++ b/spawn.c
@@ -27,7 +27,6 @@
 #include <syslog.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "spawn.h"
 
 extern char **environ;
index 1bd069311582dc47e33dd457f91726cc9fd68d31..1cce412846f3bf974f468518127b277e545925fb 100644 (file)
@@ -32,7 +32,6 @@
 #include <string.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "transports.h"
 #include "subscriptions.h"
 
index ac8d7ad5684b8875920fdfa6e3ba7aa862be6c6f..86a88f97c08f90ff3736c57c8f7e762f55520ebb 100644 (file)
@@ -32,7 +32,6 @@
 #include <string.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "transports.h"
 #include "subscriptions.h"
 #include "tsdemux.h"
index 3c5113a9e8fa9d09b022a7eaebe537fb4b5f6638..04269aa07e3bf778962fddc7f59b2f227debf413 100644 (file)
--- a/tsdemux.c
+++ b/tsdemux.c
@@ -36,7 +36,6 @@
 #include <linux/dvb/dmx.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "teletext.h"
 #include "transports.h"
 #include "subscriptions.h"
index 2ae016f3be5637acdc3caea82ea4547e551c91e6..1a3eec2467bf2da1e5a9ebaf3debf6d99b60e358 100644 (file)
@@ -30,7 +30,6 @@
 #include <libhts/htsmsg_json.h>
 
 #include "tvhead.h"
-#include "dispatch.h"
 #include "http.h"
 #include "webui/webui.h"
 #include "access.h"