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

@@ -11,6 +11,7 @@
#include <alloy/runtime/function.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {

View File

@@ -13,6 +13,7 @@
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
DEFINE_bool(store_all_context_values, false,
"Don't strip dead context stores to aid in debugging.");

View File

@@ -12,6 +12,7 @@
#include <alloy/backend/backend.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {

View File

@@ -12,6 +12,7 @@
#include <alloy/backend/backend.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {

View File

@@ -12,6 +12,7 @@
#include <alloy/backend/backend.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
#if XE_COMPILER_MSVC
#pragma warning(push)

View File

@@ -9,6 +9,8 @@
#include <alloy/compiler/passes/dead_code_elimination_pass.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {
namespace passes {

View File

@@ -12,6 +12,7 @@
#include <alloy/backend/backend.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {

View File

@@ -11,6 +11,8 @@
#include <algorithm>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {
namespace passes {

View File

@@ -9,6 +9,8 @@
#include <alloy/compiler/passes/simplification_pass.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {
namespace passes {

View File

@@ -12,6 +12,7 @@
#include <alloy/backend/backend.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {

View File

@@ -12,6 +12,7 @@
#include <alloy/backend/backend.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
#if XE_COMPILER_MSVC
#pragma warning(push)