aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-16 23:29:00 +0000
committerFilippos Karapetis2009-10-16 23:29:00 +0000
commite4c23834dd2972c75f6f698f9f55320c1784218f (patch)
treee2c3c97b794b32ee5ee7890a4c07a0c73ce5cd4c /engines/sci/module.mk
parent0479964ad7bc6f59d10638427f3f68406dd0e05c (diff)
downloadscummvm-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/module.mk')
-rw-r--r--engines/sci/module.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 26962db9c2..8c9ef94cc1 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -7,7 +7,6 @@ MODULE_OBJS = \
resource.o \
sci.o \
seq_decoder.o \
- tools.o \
vocabulary.o \
engine/game.o \
engine/gc.o \