From 7ee88c5577d708dcfe1682ade22e119de9969835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 6 Sep 2008 18:25:04 +0000 Subject: [PATCH] Remove dispatch.? --- cwc.c | 1 - dispatch.c | 0 dispatch.h | 0 dvb/dvb_adapter.c | 1 - dvb/dvb_fe.c | 1 - dvb/dvb_multiplex.c | 1 - dvb/dvb_transport.c | 1 - parsers.c | 1 - spawn.c | 1 - subscriptions.c | 1 - transports.c | 1 - tsdemux.c | 1 - webui/comet.c | 1 - 13 files changed, 11 deletions(-) delete mode 100644 dispatch.c delete mode 100644 dispatch.h diff --git a/cwc.c b/cwc.c index 3cffe88a..413a29f0 100644 --- 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 index e69de29b..00000000 diff --git a/dispatch.h b/dispatch.h deleted file mode 100644 index e69de29b..00000000 diff --git a/dvb/dvb_adapter.c b/dvb/dvb_adapter.c index e9d96b8a..d81aafe5 100644 --- a/dvb/dvb_adapter.c +++ b/dvb/dvb_adapter.c @@ -36,7 +36,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "transports.h" #include "dvb.h" #include "dvb_support.h" diff --git a/dvb/dvb_fe.c b/dvb/dvb_fe.c index 81a19915..235e8973 100644 --- a/dvb/dvb_fe.c +++ b/dvb/dvb_fe.c @@ -35,7 +35,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "dvb.h" #include "dvb_support.h" #include "diseqc.h" diff --git a/dvb/dvb_multiplex.c b/dvb/dvb_multiplex.c index 155efecc..0da8e16d 100644 --- a/dvb/dvb_multiplex.c +++ b/dvb/dvb_multiplex.c @@ -37,7 +37,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "dvb.h" #include "channels.h" #include "transports.h" diff --git a/dvb/dvb_transport.c b/dvb/dvb_transport.c index 50e10bb8..bda9c8b0 100644 --- a/dvb/dvb_transport.c +++ b/dvb/dvb_transport.c @@ -37,7 +37,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "dvb.h" #include "channels.h" #include "transports.h" diff --git a/parsers.c b/parsers.c index ef0950c3..59deb63e 100644 --- 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 14b05ddb..23cd11c3 100644 --- a/spawn.c +++ b/spawn.c @@ -27,7 +27,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "spawn.h" extern char **environ; diff --git a/subscriptions.c b/subscriptions.c index 1bd06931..1cce4128 100644 --- a/subscriptions.c +++ b/subscriptions.c @@ -32,7 +32,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "transports.h" #include "subscriptions.h" diff --git a/transports.c b/transports.c index ac8d7ad5..86a88f97 100644 --- a/transports.c +++ b/transports.c @@ -32,7 +32,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "transports.h" #include "subscriptions.h" #include "tsdemux.h" diff --git a/tsdemux.c b/tsdemux.c index 3c5113a9..04269aa0 100644 --- a/tsdemux.c +++ b/tsdemux.c @@ -36,7 +36,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "teletext.h" #include "transports.h" #include "subscriptions.h" diff --git a/webui/comet.c b/webui/comet.c index 2ae016f3..1a3eec24 100644 --- a/webui/comet.c +++ b/webui/comet.c @@ -30,7 +30,6 @@ #include #include "tvhead.h" -#include "dispatch.h" #include "http.h" #include "webui/webui.h" #include "access.h"