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

@@ -10,6 +10,7 @@
#include <alloy/compiler/compiler.h>
#include <alloy/compiler/compiler_pass.h>
#include <xenia/profiling.h>
namespace alloy {
namespace compiler {

View File

@@ -13,7 +13,6 @@
#include <memory>
#include <vector>
#include <alloy/core.h>
#include <alloy/hir/hir_builder.h>
namespace alloy {

View File

@@ -10,8 +10,6 @@
#ifndef ALLOY_COMPILER_COMPILER_PASS_H_
#define ALLOY_COMPILER_COMPILER_PASS_H_
#include <alloy/core.h>
#include <alloy/hir/hir_builder.h>
namespace alloy {

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)