Starting to split up alloy/core.h.

This commit is contained in:
Ben Vanik
2014-07-14 19:18:42 -07:00
parent e9284dfaed
commit ce70978ef6
33 changed files with 146 additions and 89 deletions

View File

@@ -10,6 +10,8 @@
#ifndef ALLOY_HIR_HIR_BUILDER_H_
#define ALLOY_HIR_HIR_BUILDER_H_
#include <vector>
#include <alloy/core.h>
#include <alloy/hir/block.h>
#include <alloy/hir/instr.h>
@@ -17,6 +19,10 @@
#include <alloy/hir/opcodes.h>
#include <alloy/hir/value.h>
namespace alloy {
class StringBuffer;
} // namespace alloy
namespace alloy {
namespace hir {