diff options
author | Eugene Sandulenko | 2006-10-14 13:22:47 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-10-14 13:22:47 +0000 |
commit | 1e0f2f6d1b6ede9f68424b10bb5dff53262cb074 (patch) | |
tree | 532ae47f8c3e600a28eb56467f2e57629868fd45 /engines | |
parent | 2c011da3c1361147b88ff8ac009ba34e570ad16c (diff) | |
download | scummvm-rg350-1e0f2f6d1b6ede9f68424b10bb5dff53262cb074.tar.gz scummvm-rg350-1e0f2f6d1b6ede9f68424b10bb5dff53262cb074.tar.bz2 scummvm-rg350-1e0f2f6d1b6ede9f68424b10bb5dff53262cb074.zip |
Remove unneeded #includes.
svn-id: r24311
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/game.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/game.cpp b/engines/saga/game.cpp index 3f3ba177bc..4c9fd608f8 100644 --- a/engines/saga/game.cpp +++ b/engines/saga/game.cpp @@ -28,9 +28,6 @@ #include "common/file.h" #include "common/fs.h" -#include "common/md5.h" -#include "common/hashmap.h" -#include "common/hash-str.h" #include "common/config-manager.h" #include "common/advancedDetector.h" #include "base/plugins.h" |