mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed an unnecessary #include from osd.c
This commit is contained in:
parent
858937f861
commit
3513e3d07e
@ -1319,6 +1319,7 @@ Wolfgang Rohdewald <wolfgang@rohdewald.de>
|
||||
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 <hoochster@sofnet.com>
|
||||
for suggestions and experiments regarding the buffer reserve in cTransfer
|
||||
|
1
HISTORY
1
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).
|
||||
|
3
osd.c
3
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>
|
||||
|
Loading…
Reference in New Issue
Block a user