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/seq | |
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/seq')
-rw-r--r-- | engines/sci/sfx/seq/gm.cpp | 1 | ||||
-rw-r--r-- | engines/sci/sfx/seq/instrument-map.h | 1 | ||||
-rw-r--r-- | engines/sci/sfx/seq/sequencers.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/sfx/seq/gm.cpp b/engines/sci/sfx/seq/gm.cpp index 40f6a602b8..2fe5675150 100644 --- a/engines/sci/sfx/seq/gm.cpp +++ b/engines/sci/sfx/seq/gm.cpp @@ -25,7 +25,6 @@ #include "common/util.h" -#include "sci/tools.h" #include "sci/sfx/sequencer.h" #include "sci/sfx/device.h" #include "sci/sfx/seq/instrument-map.h" diff --git a/engines/sci/sfx/seq/instrument-map.h b/engines/sci/sfx/seq/instrument-map.h index c223e68a33..1e8a63076b 100644 --- a/engines/sci/sfx/seq/instrument-map.h +++ b/engines/sci/sfx/seq/instrument-map.h @@ -28,7 +28,6 @@ #ifndef SCI_SFX_SEQ_INSTRUMENT_MAP_H #define SCI_SFX_SEQ_INSTRUMENT_MAP_H -#include "sci/tools.h" #include "sci/sfx/device.h" namespace Sci { diff --git a/engines/sci/sfx/seq/sequencers.cpp b/engines/sci/sfx/seq/sequencers.cpp index 1a0cd68c2d..98dde97652 100644 --- a/engines/sci/sfx/seq/sequencers.cpp +++ b/engines/sci/sfx/seq/sequencers.cpp @@ -24,7 +24,6 @@ */ #include "../sequencer.h" -#include "sci/tools.h" namespace Sci { |