1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed some #include sequences

This commit is contained in:
Klaus Schmidinger 2006-03-26 14:12:08 +02:00
parent 5c90a6eba3
commit 3dbd45235b
5 changed files with 10 additions and 9 deletions

View File

@ -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.

6
epg.c
View File

@ -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

4
pat.h
View File

@ -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 <stdint.h>
#include "filter.h"
#define MAXPMTENTRIES 64

View File

@ -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 <stdarg.h>
#include <stdio.h>
#include "receiver.h"
#include "tools.h"
cReceiver::cReceiver(int Ca, int Priority, int Pid, const int *Pids1, const int *Pids2, const int *Pids3)

4
spu.c
View File

@ -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 <inttypes.h>
#include "spu.h"
#include <inttypes.h>
// -- cSpuDecoder ----------------
/*