Removing alloy/core.h.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
#include <alloy/runtime/debug_info.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <alloy/core.h>
|
||||
#include <alloy/delegate.h>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <alloy/runtime/entry_table.h>
|
||||
|
||||
#include <poly/poly.h>
|
||||
#include <xenia/profiling.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include <alloy/core.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#include <alloy/core.h>
|
||||
#include <alloy/runtime/debug_info.h>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef ALLOY_RUNTIME_INSTRUMENT_H_
|
||||
#define ALLOY_RUNTIME_INSTRUMENT_H_
|
||||
|
||||
#include <alloy/core.h>
|
||||
#include <cstdint>
|
||||
|
||||
namespace alloy {
|
||||
class Memory;
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <alloy/runtime/runtime.h>
|
||||
#include <poly/poly.h>
|
||||
#include <xenia/profiling.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
#include <alloy/runtime/raw_module.h>
|
||||
|
||||
#include <poly/platform.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <alloy/core.h>
|
||||
|
||||
#include <alloy/memory.h>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
Reference in New Issue
Block a user