SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more

svn-id: r38833
This commit is contained in:
Max Horn 2009-02-24 05:51:55 +00:00
parent 1e4db221e5
commit b5df97ad2b
22 changed files with 30 additions and 10 deletions

View file

@ -29,8 +29,9 @@
#include "sci/include/sciresource.h"
#include "sci/include/engine.h"
#include "sci/include/sciconsole.h"
#include "sci/include/kdebug.h"
#include "sci/engine/kdebug.h"
#include "sci/include/vocabulary.h"
#include "sci/engine/kernel.h"
#include "sci/engine/kernel_types.h"
#include "sci/include/sci_midi.h"
#include "sci/include/sci_widgets.h"