summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-09-06 14:49:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-09-06 14:49:19 +0200
commitb20380781875b603bf84efb161ecdbf8cbd3c950 (patch)
tree0e8d5771e67d57f580614069c1d253dd214b7bac /remux.h
parent0206d90a49bf6421bbd6531b83cb45a5e94bdff6 (diff)
downloadvdr-b20380781875b603bf84efb161ecdbf8cbd3c950.tar.gz
vdr-b20380781875b603bf84efb161ecdbf8cbd3c950.tar.bz2
Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h1.7.1
Diffstat (limited to 'remux.h')
-rw-r--r--remux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/remux.h b/remux.h
index 2f6d7d31..fe792ebf 100644
--- a/remux.h
+++ b/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 2.1 2008/08/15 14:09:16 kls Exp $
+ * $Id: remux.h 2.2 2008/09/06 14:48:28 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 "channels.h"
#include "ringbuffer.h"
#include "tools.h"