From 3dbd45235b059323589c5bdb7c3ef90319637906 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 Mar 2006 14:12:08 +0200 Subject: [PATCH] Fixed some #include sequences --- HISTORY | 1 + epg.c | 6 +++--- pat.h | 4 ++-- receiver.c | 4 ++-- spu.c | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/HISTORY b/HISTORY index 2acd22f7..f36bce37 100644 --- a/HISTORY +++ b/HISTORY @@ -4451,3 +4451,4 @@ Video Disk Recorder Revision History or via SVDRP/PUTE to avoid problems with double EPG events. - The 'running status' of EPG events is now only set to SI::RunningStatusNotRunning for events before the present event. +- Fixed some #include sequences. 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 and Rolf Hakenes . * - * $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 #include +#include "libsi/si.h" +#include "timers.h" #define RUNNINGSTATUSTIMEOUT 30 // seconds before the running status is considered unknown diff --git a/pat.h b/pat.h index a7f46357..6246cc0c 100644 --- a/pat.h +++ b/pat.h @@ -4,14 +4,14 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: pat.h 1.4 2004/03/07 16:22:01 kls Exp $ + * $Id: pat.h 1.5 2006/03/26 14:09:43 kls Exp $ */ #ifndef __PAT_H #define __PAT_H -#include "filter.h" #include +#include "filter.h" #define MAXPMTENTRIES 64 diff --git a/receiver.c b/receiver.c index 2fc36c9f..ddaafefd 100644 --- a/receiver.c +++ b/receiver.c @@ -4,12 +4,12 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: receiver.c 1.4 2005/01/16 14:03:01 kls Exp $ + * $Id: receiver.c 1.5 2006/03/26 14:07:21 kls Exp $ */ +#include "receiver.h" #include #include -#include "receiver.h" #include "tools.h" cReceiver::cReceiver(int Ca, int Priority, int Pid, const int *Pids1, const int *Pids2, const int *Pids3) diff --git a/spu.c b/spu.c index ccdcc390..9ca25a15 100644 --- a/spu.c +++ b/spu.c @@ -6,11 +6,11 @@ * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * - * $Id: spu.c 1.1 2002/09/08 14:17:41 kls Exp $ + * $Id: spu.c 1.2 2006/03/26 14:07:59 kls Exp $ */ -#include #include "spu.h" +#include // -- cSpuDecoder ---------------- /*