diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 14:46:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 14:46:56 +0200 |
commit | 1857a0ca2018d19804d6b96cdfa7dcb50ab14ed1 (patch) | |
tree | a03c1b54455815b0772cd280ddd9262484fc0faa /remux.h | |
parent | a5adaefb6887d3f963c1d08998b8e2965b02ef80 (diff) | |
download | vdr-1857a0ca2018d19804d6b96cdfa7dcb50ab14ed1.tar.gz vdr-1857a0ca2018d19804d6b96cdfa7dcb50ab14ed1.tar.bz2 |
Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h1.6.0-2
Diffstat (limited to 'remux.h')
-rw-r--r-- | remux.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |