remove vm from code paths, to match namespacing

This commit is contained in:
Joshua Warner
2014-02-07 14:24:56 -07:00
parent 4a436bad80
commit 5ffdfecdc2
62 changed files with 104 additions and 104 deletions

View File

@ -11,7 +11,7 @@
#ifndef AVIAN_CODEGEN_COMPILER_SITE_H
#define AVIAN_CODEGEN_COMPILER_SITE_H
#include <avian/vm/codegen/architecture.h>
#include <avian/codegen/architecture.h>
#include "codegen/compiler/value.h"
#include "codegen/compiler/context.h"