aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-10-14 13:22:47 +0000
committerEugene Sandulenko2006-10-14 13:22:47 +0000
commit1e0f2f6d1b6ede9f68424b10bb5dff53262cb074 (patch)
tree532ae47f8c3e600a28eb56467f2e57629868fd45
parent2c011da3c1361147b88ff8ac009ba34e570ad16c (diff)
downloadscummvm-rg350-1e0f2f6d1b6ede9f68424b10bb5dff53262cb074.tar.gz
scummvm-rg350-1e0f2f6d1b6ede9f68424b10bb5dff53262cb074.tar.bz2
scummvm-rg350-1e0f2f6d1b6ede9f68424b10bb5dff53262cb074.zip
Remove unneeded #includes.
svn-id: r24311
-rw-r--r--engines/saga/game.cpp3
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"