aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/mob.h
diff options
context:
space:
mode:
authorlukaslw2014-08-01 17:38:04 +0200
committerlukaslw2014-08-01 17:38:04 +0200
commit3c29d61f6705a6f05d86fa2599a6992d2d17e3ac (patch)
tree9c0033d66c9a1cbf1cb5c52ca27b8159d194d432 /engines/prince/mob.h
parentb3589c76da856239828377a3011525a888b04920 (diff)
downloadscummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.gz
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.bz2
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.zip
PRINCE: Code clean-up
Diffstat (limited to 'engines/prince/mob.h')
-rw-r--r--engines/prince/mob.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/engines/prince/mob.h b/engines/prince/mob.h
index 36630eb6eb..aaa51988b2 100644
--- a/engines/prince/mob.h
+++ b/engines/prince/mob.h
@@ -26,13 +26,10 @@
#include "common/scummsys.h"
#include "common/rect.h"
#include "common/str.h"
+#include "common/stream.h"
#include "prince/common.h"
-namespace Common {
- class SeekableReadStream;
-}
-
namespace Prince {
class Mob {
@@ -79,8 +76,6 @@ public:
Common::String _examText;
};
-}
+} // End of namespace Prince
#endif
-
-/* vim: set tabstop=4 noexpandtab: */