diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-12-26 15:51:15 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-12-26 15:51:15 +0100 |
commit | b6e76b3bceb3aa091aa9e9aa1610c2fabf439a97 (patch) | |
tree | 4560907df66c2325a513427a16cb14afe61501da | |
parent | c1b01bdc61b275bfab721620be131ee441703aeb (diff) | |
download | vdr-b6e76b3bceb3aa091aa9e9aa1610c2fabf439a97.tar.gz vdr-b6e76b3bceb3aa091aa9e9aa1610c2fabf439a97.tar.bz2 |
Removed an unnecessary include
-rw-r--r-- | dvbspu.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.c 2.6 2009/12/24 10:52:23 kls Exp $ + * $Id: dvbspu.c 2.7 2009/12/26 15:51:15 kls Exp $ */ #include "dvbspu.h" @@ -16,7 +16,6 @@ #include <string.h> #include <inttypes.h> #include <math.h> -#include "device.h" /* * cDvbSpubitmap: |