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
This commit is contained in:
Filippos Karapetis 2009-10-16 23:29:00 +00:00
parent 0479964ad7
commit e4c23834dd
34 changed files with 21 additions and 120 deletions

View file

@ -26,7 +26,6 @@
#include "sci/engine/message.h"
#include "sci/engine/kernel.h"
#include "sci/engine/seg_manager.h"
#include "sci/tools.h"
namespace Sci {