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,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 {