Starting to split up alloy/core.h.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include <unordered_map>
|
||||
|
||||
#include <alloy/core.h>
|
||||
#include <alloy/delegate.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
#include <alloy/runtime/entry_table.h>
|
||||
|
||||
#include <poly/poly.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#include <alloy/runtime/runtime.h>
|
||||
#include <poly/poly.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <gflags/gflags.h>
|
||||
|
||||
#include <alloy/runtime/module.h>
|
||||
#include <poly/poly.h>
|
||||
|
||||
// TODO(benvanik): based on compiler support
|
||||
#include <alloy/backend/ivm/ivm_backend.h>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <alloy/runtime/thread_state.h>
|
||||
|
||||
#include <alloy/runtime/runtime.h>
|
||||
#include <poly/poly.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
Reference in New Issue
Block a user