summaryrefslogtreecommitdiff
path: root/osd.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-11 14:32:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-11 14:32:26 +0200
commit3513e3d07ed9b3794415975cb0b4099b5df951fe (patch)
tree2b3514daad1aec0e7dfbb5b6d015ca08fcc6b52c /osd.c
parent858937f861f43adfebb64529afaa657c1b0cea00 (diff)
downloadvdr-3513e3d07ed9b3794415975cb0b4099b5df951fe.tar.gz
vdr-3513e3d07ed9b3794415975cb0b4099b5df951fe.tar.bz2
Removed an unnecessary #include from osd.c
Diffstat (limited to 'osd.c')
-rw-r--r--osd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/osd.c b/osd.c
index b0d3eeaa..4abc31b2 100644
--- a/osd.c
+++ b/osd.c
@@ -4,12 +4,11 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.c 1.60 2005/05/14 11:16:30 kls Exp $
+ * $Id: osd.c 1.61 2005/06/11 14:31:36 kls Exp $
*/
#include "osd.h"
#include <math.h>
-#include <signal.h>
#include <stdlib.h>
#include <sys/ioctl.h>
#include <sys/stat.h>