aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-12-17 07:59:05 +0000
committerTorbjörn Andersson2004-12-17 07:59:05 +0000
commitc61894ee6540d83b3a431da00cc67a624bbdf83c (patch)
tree73a34f86ba0c5d775c24abb07c5e7dae9b45500d
parenta3228a435847af58fb6957361d8e314d419e55f3 (diff)
downloadscummvm-rg350-c61894ee6540d83b3a431da00cc67a624bbdf83c.tar.gz
scummvm-rg350-c61894ee6540d83b3a431da00cc67a624bbdf83c.tar.bz2
scummvm-rg350-c61894ee6540d83b3a431da00cc67a624bbdf83c.zip
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
-rw-r--r--simon/simon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 48fceb20f6..ca57171802 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -41,9 +41,6 @@
#include "sound/mididrv.h"
-#include <errno.h>
-#include <time.h>
-
#ifdef __PALM_OS__
#include "globals.h"
#endif