Removing alloy/core.h.

This commit is contained in:
Ben Vanik
2014-08-21 20:49:47 -07:00
parent e1b0388faf
commit 82b9841b5a
79 changed files with 64 additions and 115 deletions

View File

@@ -9,6 +9,8 @@
#include <alloy/runtime/debug_info.h>
#include <memory>
namespace alloy {
namespace runtime {

View File

@@ -10,7 +10,7 @@
#ifndef ALLOY_RUNTIME_DEBUG_INFO_H_
#define ALLOY_RUNTIME_DEBUG_INFO_H_
#include <alloy/core.h>
#include <cstdint>
namespace alloy {
namespace runtime {

View File

@@ -15,7 +15,6 @@
#include <string>
#include <unordered_map>
#include <alloy/core.h>
#include <alloy/delegate.h>
namespace alloy {

View File

@@ -10,6 +10,7 @@
#include <alloy/runtime/entry_table.h>
#include <poly/poly.h>
#include <xenia/profiling.h>
namespace alloy {
namespace runtime {

View File

@@ -14,8 +14,6 @@
#include <unordered_map>
#include <vector>
#include <alloy/core.h>
namespace alloy {
namespace runtime {

View File

@@ -14,7 +14,6 @@
#include <mutex>
#include <vector>
#include <alloy/core.h>
#include <alloy/runtime/debug_info.h>
namespace alloy {

View File

@@ -10,7 +10,7 @@
#ifndef ALLOY_RUNTIME_INSTRUMENT_H_
#define ALLOY_RUNTIME_INSTRUMENT_H_
#include <alloy/core.h>
#include <cstdint>
namespace alloy {
class Memory;

View File

@@ -14,6 +14,7 @@
#include <alloy/runtime/runtime.h>
#include <poly/poly.h>
#include <xenia/profiling.h>
namespace alloy {
namespace runtime {

View File

@@ -11,11 +11,11 @@
#define ALLOY_RUNTIME_MODULE_H_
#include <functional>
#include <memory>
#include <mutex>
#include <unordered_map>
#include <vector>
#include <alloy/core.h>
#include <alloy/memory.h>
#include <alloy/runtime/symbol_info.h>

View File

@@ -9,6 +9,8 @@
#include <alloy/runtime/raw_module.h>
#include <poly/platform.h>
namespace alloy {
namespace runtime {

View File

@@ -14,6 +14,7 @@
#include <alloy/runtime/module.h>
#include <poly/poly.h>
#include <xdb/protocol.h>
#include <xenia/profiling.h>
// TODO(benvanik): based on compiler support
#include <alloy/backend/ivm/ivm_backend.h>

View File

@@ -14,10 +14,9 @@
#include <mutex>
#include <vector>
#include <alloy/core.h>
#include <alloy/memory.h>
#include <alloy/backend/backend.h>
#include <alloy/frontend/frontend.h>
#include <alloy/memory.h>
#include <alloy/runtime/debugger.h>
#include <alloy/runtime/entry_table.h>
#include <alloy/runtime/module.h>

View File

@@ -10,10 +10,9 @@
#ifndef ALLOY_RUNTIME_SYMBOL_INFO_H_
#define ALLOY_RUNTIME_SYMBOL_INFO_H_
#include <cstdint>
#include <string>
#include <alloy/core.h>
namespace alloy {
namespace runtime {

View File

@@ -12,8 +12,6 @@
#include <string>
#include <alloy/core.h>
#include <alloy/memory.h>
namespace alloy {