mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some #include sequences
This commit is contained in:
6
epg.c
6
epg.c
@@ -7,14 +7,14 @@
|
||||
* Original version (as used in VDR before 1.3.0) written by
|
||||
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
|
||||
*
|
||||
* $Id: epg.c 1.69 2006/03/26 13:47:29 kls Exp $
|
||||
* $Id: epg.c 1.70 2006/03/26 14:06:11 kls Exp $
|
||||
*/
|
||||
|
||||
#include "epg.h"
|
||||
#include "libsi/si.h"
|
||||
#include "timers.h"
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include "libsi/si.h"
|
||||
#include "timers.h"
|
||||
|
||||
#define RUNNINGSTATUSTIMEOUT 30 // seconds before the running status is considered unknown
|
||||
|
||||
|
||||
Reference in New Issue
Block a user