mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed some unnecessary #includes from eit.c
This commit is contained in:
parent
962596f4ab
commit
53407825f9
@ -176,6 +176,7 @@ Andreas Schultz <aschultz@warp10.net>
|
||||
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'
|
||||
|
2
HISTORY
2
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).
|
||||
|
5
eit.c
5
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 <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <fstream.h>
|
||||
#include <iomanip.h>
|
||||
#include <iostream.h>
|
||||
#include <limits.h>
|
||||
#ifdef NEWSTRUCT
|
||||
#include <linux/dvb/dmx.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user