SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in

svn-id: r38835
This commit is contained in:
Max Horn 2009-02-24 06:00:10 +00:00
parent 7105df20fa
commit d19ba951e8
10 changed files with 7 additions and 8 deletions

View file

@ -30,7 +30,7 @@
#include "sci/tools.h"
#include "sci/include/vocabulary.h"
#include "sci/include/sciconsole.h"
#include "sci/scicore/sciconsole.h"
namespace Sci {

View file

@ -24,7 +24,7 @@
*/
#include "sci/include/engine.h"
#include "sci/include/sciconsole.h"
#include "sci/scicore/sciconsole.h"
#include "sci/engine/heap.h"
namespace Sci {

View file

@ -31,7 +31,7 @@
#include "sci/engine/kdebug.h"
#include "sci/include/uinput.h"
#include "sci/include/sciconsole.h" /* sciprintf() */
#include "sci/scicore/sciconsole.h" /* sciprintf() */
namespace Sci {

View file

@ -28,7 +28,7 @@
#include "sci/engine/gc.h"
#include "sci/include/sciresource.h"
#include "sci/include/engine.h"
#include "sci/include/sciconsole.h"
#include "sci/scicore/sciconsole.h"
#include "sci/engine/kdebug.h"
#include "sci/include/vocabulary.h"
#include "sci/engine/kernel.h"

View file

@ -26,7 +26,6 @@
#ifndef _SCI_SEG_MANAGER_H
#define _SCI_SEG_MANAGER_H
#include "sci/engine/intmap.h"
#include "sci/engine/vm.h"
namespace Sci {

View file

@ -24,7 +24,7 @@
*/
#include "sci/tools.h"
#include "sci/include/sys_strings.h"
#include "sci/engine/sys_strings.h"
#include "sci/sci_memory.h"
namespace Sci {

View file

@ -30,10 +30,10 @@
#include "sci/include/versions.h" // for sci_version_t
#include "sci/include/vm_types.h" // for reg_t
#include "sci/include/sys_strings.h"
#include "sci/include/heapmgr.h"
#include "sci/engine/intmap.h"
#include "sci/engine/sys_strings.h"
namespace Sci {

View file

@ -37,7 +37,7 @@ namespace Common {
#include "sci/include/vocabulary.h"
#include "sci/include/sciresource.h"
#include "sci/include/script.h"
#include "sci/include/sciconsole.h"
#include "sci/scicore/sciconsole.h"
#include "sci/include/versions.h"
#include "sci/engine/seg_manager.h"
#include "sci/gfx/gfx_state_internal.h"