mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h
This commit is contained in:
parent
a5adaefb68
commit
1857a0ca20
@ -2119,6 +2119,7 @@ Tobias Grimm <tobias.grimm@e-tobi.net>
|
||||
for making the non-breaking space symbol be rendered as a blank
|
||||
for fixing a signed character used as index in cBase64Encoder::NextLine()
|
||||
for fixing formatting the name section in the VDR man pages
|
||||
for reporting unneeded include files <linux/dvb/dmx.h> und <time.h> in remux.h
|
||||
|
||||
Helge Lenz <h.lenz@gmx.de>
|
||||
for reporting a bug in setting the 'Delta' parameter when calling the shutdown
|
||||
|
2
HISTORY
2
HISTORY
@ -5756,3 +5756,5 @@ Video Disk Recorder Revision History
|
||||
to Udo Richter).
|
||||
- Replaced the Finnish language code "smi" with "suo" (thanks to Rolf Ahrenberg).
|
||||
- Fixed wrong value for TableIdBAT in libsi/si.h (thanks to Winfried Köhler).
|
||||
- Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h
|
||||
(reported by Tobias Grimm).
|
||||
|
4
remux.h
4
remux.h
@ -4,14 +4,12 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: remux.h 1.17 2007/09/02 10:19:06 kls Exp $
|
||||
* $Id: remux.h 1.17.1.1 2008/09/06 14:34:42 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __REMUX_H
|
||||
#define __REMUX_H
|
||||
|
||||
#include <time.h> //XXX FIXME: DVB/linux/dvb/dmx.h should include <time.h> itself!!!
|
||||
#include <linux/dvb/dmx.h>
|
||||
#include "ringbuffer.h"
|
||||
#include "tools.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user