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/sfx/softseq | |
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/sfx/softseq')
-rw-r--r-- | engines/sci/sfx/softseq/adlib.cpp | 1 | ||||
-rw-r--r-- | engines/sci/sfx/softseq/amiga.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp index 7343ba1237..15e1ed9089 100644 --- a/engines/sci/sfx/softseq/adlib.cpp +++ b/engines/sci/sfx/softseq/adlib.cpp @@ -24,7 +24,6 @@ */ #include "sci/sci.h" -#include "sci/tools.h" #include "sci/sfx/iterator.h" #include "sound/fmopl.h" diff --git a/engines/sci/sfx/softseq/amiga.cpp b/engines/sci/sfx/softseq/amiga.cpp index ff4057be3a..6094201169 100644 --- a/engines/sci/sfx/softseq/amiga.cpp +++ b/engines/sci/sfx/softseq/amiga.cpp @@ -23,7 +23,6 @@ * */ -#include "sci/tools.h" #include "sci/sfx/softseq.h" #include "common/file.h" |