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

@@ -12,7 +12,11 @@
#include <alloy/core.h>
XEDECLARECLASS2(alloy, hir, Instr);
namespace alloy {
namespace hir {
class Instr;
} // namespace hir
} // namespace alloy
namespace alloy {
namespace backend {