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:
parent
4f8e9511a1
commit
e5a7b99cee
5 changed files with 45 additions and 40 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue