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,7 +10,6 @@
#ifndef ALLOY_FRONTEND_PPC_PPC_CONTEXT_H_
#define ALLOY_FRONTEND_PPC_PPC_CONTEXT_H_
#include <alloy/core.h>
#include <alloy/vec128.h>
#include <poly/poly.h>

View File

@@ -10,10 +10,8 @@
#ifndef ALLOY_FRONTEND_PPC_PPC_FRONTEND_H_
#define ALLOY_FRONTEND_PPC_PPC_FRONTEND_H_
#include <alloy/core.h>
#include <alloy/type_pool.h>
#include <alloy/frontend/frontend.h>
#include <alloy/type_pool.h>
namespace alloy {
namespace frontend {

View File

@@ -16,6 +16,7 @@
#include <alloy/frontend/ppc/ppc_instr.h>
#include <alloy/hir/label.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace frontend {

View File

@@ -10,11 +10,10 @@
#ifndef ALLOY_FRONTEND_PPC_PPC_HIR_BUILDER_H_
#define ALLOY_FRONTEND_PPC_PPC_HIR_BUILDER_H_
#include <alloy/core.h>
#include <alloy/string_buffer.h>
#include <alloy/hir/hir_builder.h>
#include <alloy/runtime/function.h>
#include <alloy/runtime/symbol_info.h>
#include <alloy/string_buffer.h>
namespace alloy {
namespace frontend {

View File

@@ -10,11 +10,10 @@
#ifndef ALLOY_FRONTEND_PPC_PPC_INSTR_H_
#define ALLOY_FRONTEND_PPC_PPC_INSTR_H_
#include <cstdint>
#include <string>
#include <vector>
#include <alloy/core.h>
namespace alloy {
class StringBuffer;
} // namespace alloy

View File

@@ -17,6 +17,7 @@
#include <alloy/runtime/runtime.h>
#include <poly/logging.h>
#include <poly/memory.h>
#include <xenia/profiling.h>
#if 0
#define LOGPPC(fmt, ...) PLOGCORE('p', fmt, ##__VA_ARGS__)

View File

@@ -12,7 +12,6 @@
#include <vector>
#include <alloy/core.h>
#include <alloy/runtime/symbol_info.h>
namespace alloy {

View File

@@ -18,6 +18,7 @@
#include <alloy/frontend/ppc/ppc_instr.h>
#include <alloy/frontend/ppc/ppc_scanner.h>
#include <alloy/runtime/runtime.h>
#include <xenia/profiling.h>
namespace alloy {
namespace frontend {

View File

@@ -12,11 +12,10 @@
#include <memory>
#include <alloy/core.h>
#include <alloy/string_buffer.h>
#include <alloy/backend/assembler.h>
#include <alloy/compiler/compiler.h>
#include <alloy/runtime/symbol_info.h>
#include <alloy/string_buffer.h>
namespace alloy {
namespace frontend {