diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-24 14:48:38 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-24 14:48:38 +0100 |
commit | 82ccabff8a06c79fe282c63ab9e4d8cb033ac44a (patch) | |
tree | d8fe05d62a0e68def27da2582b825c7a1f10655d /config.h | |
parent | 08e4f36ccdee163b6925f09f591fbc8ce8c2611b (diff) | |
download | vdr-82ccabff8a06c79fe282c63ab9e4d8cb033ac44a.tar.gz vdr-82ccabff8a06c79fe282c63ab9e4d8cb033ac44a.tar.bz2 |
Added NID, TID and RID to the channel definitions
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.140 2002/11/11 16:59:04 kls Exp $ + * $Id: config.h 1.141 2002/11/24 12:28:20 kls Exp $ */ #ifndef __CONFIG_H @@ -17,7 +17,6 @@ #include <time.h> #include <unistd.h> #include "device.h" -#include "eit.h" #include "tools.h" #define VDRVERSION "1.1.17" |