Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process

svn-id: r50183
This commit is contained in:
Filippos Karapetis 2010-06-23 15:23:37 +00:00
parent db6c7a3dee
commit 0a102981f0
16 changed files with 126 additions and 113 deletions

View file

@ -24,6 +24,7 @@
*/
#include "sci/engine/features.h"
#include "sci/engine/kernel.h"
#include "sci/engine/script.h"
#include "sci/engine/selector.h"
#include "sci/engine/vm.h"