diff options
author | Filippos Karapetis | 2009-10-16 23:29:00 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-10-16 23:29:00 +0000 |
commit | e4c23834dd2972c75f6f698f9f55320c1784218f (patch) | |
tree | e2c3c97b794b32ee5ee7890a4c07a0c73ce5cd4c /engines/sci/gui32 | |
parent | 0479964ad7bc6f59d10638427f3f68406dd0e05c (diff) | |
download | scummvm-rg350-e4c23834dd2972c75f6f698f9f55320c1784218f.tar.gz scummvm-rg350-e4c23834dd2972c75f6f698f9f55320c1784218f.tar.bz2 scummvm-rg350-e4c23834dd2972c75f6f698f9f55320c1784218f.zip |
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places
svn-id: r45176
Diffstat (limited to 'engines/sci/gui32')
-rw-r--r-- | engines/sci/gui32/gui32.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/gui32/gui32.cpp b/engines/sci/gui32/gui32.cpp index 66b8bc696a..8cf6d2cfa1 100644 --- a/engines/sci/gui32/gui32.cpp +++ b/engines/sci/gui32/gui32.cpp @@ -28,7 +28,6 @@ #include "sci/sci.h" #include "sci/engine/state.h" -#include "sci/tools.h" #include "sci/debug.h" // for g_debug_sleeptime_factor #include "sci/resource.h" #include "sci/engine/state.h" |