aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2007-12-20 14:29:58 +0000
committerMax Horn2007-12-20 14:29:58 +0000
commit6d37f5ccd8a2f5859ec69bd4924bc50eb4293464 (patch)
tree44bc0574c8a892d9497d52a27bb67dc156891657 /common
parent93ccd61b7e94ff8c49946144814ec5c0322450b3 (diff)
downloadscummvm-rg350-6d37f5ccd8a2f5859ec69bd4924bc50eb4293464.tar.gz
scummvm-rg350-6d37f5ccd8a2f5859ec69bd4924bc50eb4293464.tar.bz2
scummvm-rg350-6d37f5ccd8a2f5859ec69bd4924bc50eb4293464.zip
Do not #include time.h globally (ideally, we should provide a localtime clone in OSystem so we can completly get rid of this)
svn-id: r29919
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 4c9eb8ccf2..5366f36e9f 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -114,7 +114,6 @@
#include <stdarg.h>
#include <assert.h>
#include <ctype.h>
- #include <time.h>
#include <math.h>
#endif