summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-03-26 14:12:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-03-26 14:12:08 +0200
commit3dbd45235b059323589c5bdb7c3ef90319637906 (patch)
treeec582f9a95a53f2b6308d30dde804638e6309b99 /epg.c
parent5c90a6eba3ead9dd359176e9865e7df8b3c716d5 (diff)
downloadvdr-3dbd45235b059323589c5bdb7c3ef90319637906.tar.gz
vdr-3dbd45235b059323589c5bdb7c3ef90319637906.tar.bz2
Fixed some #include sequences
Diffstat (limited to 'epg.c')
-rw-r--r--epg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epg.c b/epg.c
index bf97a69c..987efb9c 100644
--- a/epg.c
+++ b/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