Removing dep on xenia/types.h from alloy.

This commit is contained in:
Ben Vanik
2014-08-20 22:37:01 -07:00
parent cecf83b7b7
commit 06f5b8cbbf
6 changed files with 29 additions and 10 deletions

View File

@@ -13,7 +13,9 @@
#include <alloy/arena.h>
#include <alloy/core.h>
XEDECLARECLASS1(llvm, BitVector);
namespace llvm {
class BitVector;
} // namespace llvm
namespace alloy {
namespace hir {