diff options
author | Paweł Kołodziejski | 2009-02-24 20:52:18 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2009-02-24 20:52:18 +0000 |
commit | 9bb135ac25077c86f9bef03ca51785ed8ff7caae (patch) | |
tree | 47565ae4fead255967ed4207b2681433db3e34ac | |
parent | 7d2a2ece38b91292d811c355d4cf1d3214087891 (diff) | |
download | scummvm-rg350-9bb135ac25077c86f9bef03ca51785ed8ff7caae.tar.gz scummvm-rg350-9bb135ac25077c86f9bef03ca51785ed8ff7caae.tar.bz2 scummvm-rg350-9bb135ac25077c86f9bef03ca51785ed8ff7caae.zip |
not needed anymore
svn-id: r38855
-rw-r--r-- | engines/sci/engine/kernel.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp index 0263142d38..938fcb3ea6 100644 --- a/engines/sci/engine/kernel.cpp +++ b/engines/sci/engine/kernel.cpp @@ -23,13 +23,6 @@ * */ -#ifdef WIN32 -# include <windows.h> -# include <mmsystem.h> -# undef ARRAYSIZE -#endif - - #include <time.h> // FIXME: For struct tm #include "common/system.h" |