mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-05 00:01:55 +00:00
This file no longer needs to include <errno.h>, and from what I understand
we already got the appropriate include for time() through stdafx.h, so we don't need to include <time.h> either. svn-id: r16093
This commit is contained in:
parent
a3228a4358
commit
c61894ee65
@ -41,9 +41,6 @@
|
|||||||
|
|
||||||
#include "sound/mididrv.h"
|
#include "sound/mididrv.h"
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#ifdef __PALM_OS__
|
#ifdef __PALM_OS__
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user