From 3513e3d07ed9b3794415975cb0b4099b5df951fe Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 11 Jun 2005 14:32:26 +0200 Subject: [PATCH] Removed an unnecessary #include from osd.c --- CONTRIBUTORS | 1 + HISTORY | 1 + osd.c | 3 +-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a73fdc9e..ac282fd2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1319,6 +1319,7 @@ Wolfgang Rohdewald for removing some unneeded code and fixing access to unallocated memory in cEvent::FixEpgBugs() for adding a missing cMutexLock to cRemote::HasKeys() + for removing an unnecessary #include from osd.c Chad Flynt for suggestions and experiments regarding the buffer reserve in cTransfer diff --git a/HISTORY b/HISTORY index ae7e4e6a..79b2a1de 100644 --- a/HISTORY +++ b/HISTORY @@ -3598,3 +3598,4 @@ Video Disk Recorder Revision History - Fixed handling timers with a day given as MTWTF--@6, i.e. a repeating timer with first day not as full date, but just day of month (thanks to Henrik Niehaus for reporting this one). +- Removed an unnecessary #include from osd.c (thanks to Wolfgang Rohdewald). 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 -#include #include #include #include