From c0dd853f12a881ea5a7e4c23b20567277dfb0161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 29 Sep 2008 21:06:15 +0000 Subject: [PATCH] Remove unnecessary include of teletext.h --- rtsp.c | 1 - tsmux.c | 1 - 2 files changed, 2 deletions(-) diff --git a/rtsp.c b/rtsp.c index 681a40be..0a366bdc 100644 --- a/rtsp.c +++ b/rtsp.c @@ -32,7 +32,6 @@ #include "tvhead.h" #include "channels.h" #include "subscriptions.h" -#include "teletext.h" #include "dispatch.h" #include "rtp.h" #include "tsmux.h" diff --git a/tsmux.c b/tsmux.c index 1d332715..60a0c786 100644 --- a/tsmux.c +++ b/tsmux.c @@ -36,7 +36,6 @@ #include "tvhead.h" #include "dispatch.h" -#include "teletext.h" #include "transports.h" #include "subscriptions.h" #include "psi.h"