SCI: Don't #include headers in other headers if a forward declaration of a few types suffices (reduces header interdependencies)

svn-id: r38872
This commit is contained in:
Max Horn 2009-02-24 23:16:42 +00:00
parent 4f8e9511a1
commit e5a7b99cee
5 changed files with 45 additions and 40 deletions

View file

@ -28,6 +28,7 @@
#include "common/system.h"
#include "sci/sci.h"
#include "sci/engine/intmap.h"
#include "sci/engine/gc.h"
#include "sci/engine/kernel.h"
#include "sci/include/sciresource.h"