move system.h to include

This commit is contained in:
Joshua Warner 2013-02-20 20:42:09 -07:00
parent 41d84f7d5a
commit f17b8cef08
19 changed files with 18 additions and 18 deletions

View File

@ -11,7 +11,7 @@
#ifndef AVIAN_CODEGEN_ASSEMBLER_H #ifndef AVIAN_CODEGEN_ASSEMBLER_H
#define AVIAN_CODEGEN_ASSEMBLER_H #define AVIAN_CODEGEN_ASSEMBLER_H
#include "system.h" #include <avian/vm/system/system.h>
#include "zone.h" #include "zone.h"
#include <avian/vm/codegen/lir.h> #include <avian/vm/codegen/lir.h>

View File

@ -11,7 +11,7 @@
#ifndef AVIAN_CODEGEN_COMPILER_H #ifndef AVIAN_CODEGEN_COMPILER_H
#define AVIAN_CODEGEN_COMPILER_H #define AVIAN_CODEGEN_COMPILER_H
#include "system.h" #include <avian/vm/system/system.h>
#include "zone.h" #include "zone.h"
#include "assembler.h" #include "assembler.h"

View File

@ -11,7 +11,7 @@
#ifndef HEAP_H #ifndef HEAP_H
#define HEAP_H #define HEAP_H
#include "system.h" #include <avian/vm/system/system.h>
#include "allocator.h" #include "allocator.h"
namespace vm { namespace vm {

View File

@ -11,7 +11,7 @@
#ifndef VECTOR_H #ifndef VECTOR_H
#define VECTOR_H #define VECTOR_H
#include "system.h" #include <avian/vm/system/system.h>
#include "target.h" #include "target.h"
#include <avian/util/math.h> #include <avian/util/math.h>

View File

@ -9,7 +9,7 @@
details. */ details. */
#include "zlib-custom.h" #include "zlib-custom.h"
#include "system.h" #include <avian/vm/system/system.h>
#include "tokenizer.h" #include "tokenizer.h"
#include "finder.h" #include "finder.h"
#include "lzma.h" #include "lzma.h"

View File

@ -12,7 +12,7 @@
#define FINDER_H #define FINDER_H
#include "common.h" #include "common.h"
#include "system.h" #include <avian/vm/system/system.h>
#include "allocator.h" #include "allocator.h"
namespace vm { namespace vm {

View File

@ -9,7 +9,7 @@
details. */ details. */
#include <avian/vm/heap/heap.h> #include <avian/vm/heap/heap.h>
#include "system.h" #include <avian/vm/system/system.h>
#include "common.h" #include "common.h"
#include "arch.h" #include "arch.h"

View File

@ -9,7 +9,7 @@
details. */ details. */
#include "common.h" #include "common.h"
#include "system.h" #include <avian/vm/system/system.h>
#include "constants.h" #include "constants.h"
#include "machine.h" #include "machine.h"
#include "processor.h" #include "processor.h"

View File

@ -13,7 +13,7 @@
#include "lzma.h" #include "lzma.h"
#include "C/Types.h" #include "C/Types.h"
#include "system.h" #include <avian/vm/system/system.h>
#include "allocator.h" #include "allocator.h"
namespace vm { namespace vm {

View File

@ -11,7 +11,7 @@
#ifndef LZMA_H #ifndef LZMA_H
#define LZMA_H #define LZMA_H
#include "system.h" #include <avian/vm/system/system.h>
#include "allocator.h" #include "allocator.h"
namespace vm { namespace vm {

View File

@ -12,7 +12,7 @@
#define MACHINE_H #define MACHINE_H
#include "common.h" #include "common.h"
#include "system.h" #include <avian/vm/system/system.h>
#include <avian/vm/heap/heap.h> #include <avian/vm/heap/heap.h>
#include "finder.h" #include "finder.h"
#include "processor.h" #include "processor.h"

View File

@ -13,7 +13,7 @@
#include "string.h" #include "string.h"
#include "jni.h" #include "jni.h"
#include "system.h" #include <avian/vm/system/system.h>
#include "finder.h" #include "finder.h"
#include <avian/util/runtime-array.h> #include <avian/util/runtime-array.h>

View File

@ -49,7 +49,7 @@
#include "dirent.h" #include "dirent.h"
#include "sched.h" #include "sched.h"
#include "arch.h" #include "arch.h"
#include "system.h" #include <avian/vm/system/system.h>
#include <avian/util/math.h> #include <avian/util/math.h>

View File

@ -12,7 +12,7 @@
#define PROCESS_H #define PROCESS_H
#include "common.h" #include "common.h"
#include "system.h" #include <avian/vm/system/system.h>
#include "machine.h" #include "machine.h"
#include "constants.h" #include "constants.h"

View File

@ -12,7 +12,7 @@
#define PROCESSOR_H #define PROCESSOR_H
#include "common.h" #include "common.h"
#include "system.h" #include <avian/vm/system/system.h>
#include <avian/vm/heap/heap.h> #include <avian/vm/heap/heap.h>
#include "bootimage.h" #include "bootimage.h"
#include "heapwalk.h" #include "heapwalk.h"

View File

@ -24,7 +24,7 @@
#undef min #undef min
#include "arch.h" #include "arch.h"
#include "system.h" #include <avian/vm/system/system.h>
#include <avian/util/runtime-array.h> #include <avian/util/runtime-array.h>
#if defined(WINAPI_FAMILY) #if defined(WINAPI_FAMILY)

View File

@ -11,7 +11,7 @@
#ifndef ZONE_H #ifndef ZONE_H
#define ZONE_H #define ZONE_H
#include "system.h" #include <avian/vm/system/system.h>
#include "allocator.h" #include "allocator.h"
#include <avian/util/math.h> #include <avian/util/math.h>

View File

@ -12,7 +12,7 @@
#include "common.h" #include "common.h"
#include <avian/vm/heap/heap.h> #include <avian/vm/heap/heap.h>
#include "system.h" #include <avian/vm/system/system.h>
#include "target.h" #include "target.h"
#include <avian/vm/codegen/assembler.h> #include <avian/vm/codegen/assembler.h>