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,7 +11,6 @@
#define ALLOY_HIR_BLOCK_H_
#include <alloy/arena.h>
#include <alloy/core.h>
namespace llvm {
class BitVector;

View File

@@ -9,11 +9,12 @@
#include <alloy/hir/hir_builder.h>
#include <alloy/string_buffer.h>
#include <alloy/hir/block.h>
#include <alloy/hir/instr.h>
#include <alloy/hir/label.h>
#include <alloy/runtime/symbol_info.h>
#include <alloy/string_buffer.h>
#include <xenia/profiling.h>
namespace alloy {
namespace hir {

View File

@@ -12,7 +12,6 @@
#include <vector>
#include <alloy/core.h>
#include <alloy/hir/block.h>
#include <alloy/hir/instr.h>
#include <alloy/hir/label.h>

View File

@@ -10,7 +10,6 @@
#ifndef ALLOY_HIR_INSTR_H_
#define ALLOY_HIR_INSTR_H_
#include <alloy/core.h>
#include <alloy/hir/opcodes.h>
#include <alloy/hir/value.h>

View File

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

View File

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

View File

@@ -10,11 +10,10 @@
#ifndef ALLOY_HIR_VALUE_H_
#define ALLOY_HIR_VALUE_H_
#include <alloy/core.h>
#include <alloy/arena.h>
#include <alloy/vec128.h>
#include <alloy/backend/machine_info.h>
#include <alloy/hir/opcodes.h>
#include <alloy/vec128.h>
#include <poly/poly.h>
namespace alloy {