Removing alloy/core.h.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#define ALLOY_HIR_BLOCK_H_
|
||||
|
||||
#include <alloy/arena.h>
|
||||
#include <alloy/core.h>
|
||||
|
||||
namespace llvm {
|
||||
class BitVector;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
#ifndef ALLOY_HIR_LABEL_H_
|
||||
#define ALLOY_HIR_LABEL_H_
|
||||
|
||||
#include <alloy/core.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace hir {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef ALLOY_HIR_OPCODES_H_
|
||||
#define ALLOY_HIR_OPCODES_H_
|
||||
|
||||
#include <alloy/core.h>
|
||||
#include <cstdint>
|
||||
|
||||
namespace alloy {
|
||||
namespace hir {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user