summaryrefslogtreecommitdiff
path: root/receiver.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 /receiver.c
parent5c90a6eba3ead9dd359176e9865e7df8b3c716d5 (diff)
downloadvdr-3dbd45235b059323589c5bdb7c3ef90319637906.tar.gz
vdr-3dbd45235b059323589c5bdb7c3ef90319637906.tar.bz2
Fixed some #include sequences
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c4
1 files changed, 2 insertions, 2 deletions
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 <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)