From 53407825f9b51ee9b3cf01a0cc8e14732f2e2d8c Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 6 Oct 2002 10:33:12 +0200 Subject: Removed some unnecessary #includes from eit.c --- CONTRIBUTORS | 1 + HISTORY | 2 ++ eit.c | 5 +---- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d7669a27..208fc60d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -176,6 +176,7 @@ Andreas Schultz for implementing an SPU decoder for fixing opening /dev/video in cDvbDevice::GrabImage() in case of NEWSTRUCT driver for reporting a problem with plugin Makefiles and the NEWSTRUCT driver + for pointing out some unnecessary #includes in eit.c, which caused warnings with gcc-3.2 Aaron Holtzman for writing 'ac3dec' diff --git a/HISTORY b/HISTORY index c4f43fc8..4e9b8172 100644 --- a/HISTORY +++ b/HISTORY @@ -1571,3 +1571,5 @@ Video Disk Recorder Revision History - The "Use DiSEqC" parameter in the "Setup/LNB" menu has been moved to the beginning of the list and disables the rest of the parameters when set to "yes", since these are now only meaningful if DiSEqC is _not_ used. +- Removed some unnecessary #includes from eit.c, which caused warnings with gcc-3.2 + (thanks to Andreas Schultz for pointing this out). diff --git a/eit.c b/eit.c index 444cf47c..48735df6 100644 --- a/eit.c +++ b/eit.c @@ -16,15 +16,12 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: eit.c 1.53 2002/10/05 13:44:23 kls Exp $ + * $Id: eit.c 1.54 2002/10/06 10:31:38 kls Exp $ ***************************************************************************/ #include "eit.h" #include #include -#include -#include -#include #include #ifdef NEWSTRUCT #include -- cgit v1.2.3