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:
Torbjörn Andersson 2004-12-17 07:59:05 +00:00
parent a3228a4358
commit c61894ee65

View File

@ -41,9 +41,6 @@
#include "sound/mididrv.h"
#include <errno.h>
#include <time.h>
#ifdef __PALM_OS__
#include "globals.h"
#endif