Removing alloy/core.h.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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__)
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <alloy/core.h>
|
||||
#include <alloy/runtime/symbol_info.h>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user