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

@ -8,7 +8,8 @@
There is NO WARRANTY for this software. See license.txt for
details. */
#include "codegen/targets.h"
#include <avian/vm/codegen/targets.h>
#include "environment.h"
namespace avian {