move codegen headers to include/

This commit is contained in:
Joshua Warner
2013-02-19 22:12:28 -07:00
parent 77365dfcc1
commit 987af120d8
18 changed files with 28 additions and 27 deletions

View File

@ -11,9 +11,8 @@
#ifndef AVIAN_CODEGEN_COMPILER_VALUE_H
#define AVIAN_CODEGEN_COMPILER_VALUE_H
#include "codegen/lir.h"
#include "codegen/compiler.h"
#include <avian/vm/codegen/lir.h>
#include <avian/vm/codegen/compiler.h>
namespace avian {
namespace codegen {