mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
remove vm from code paths, to match namespacing
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
#ifndef AVIAN_CODEGEN_COMPILER_VALUE_H
|
||||
#define AVIAN_CODEGEN_COMPILER_VALUE_H
|
||||
|
||||
#include <avian/vm/codegen/lir.h>
|
||||
#include <avian/vm/codegen/compiler.h>
|
||||
#include <avian/codegen/lir.h>
|
||||
#include <avian/codegen/compiler.h>
|
||||
|
||||
namespace avian {
|
||||
namespace codegen {
|
||||
@ -81,4 +81,4 @@ Value* value(Context* c, lir::ValueType type, Site* site = 0, Site* target = 0);
|
||||
} // namespace codegen
|
||||
} // namespace avian
|
||||
|
||||
#endif // AVIAN_CODEGEN_COMPILER_VALUE_H
|
||||
#endif // AVIAN_CODEGEN_COMPILER_VALUE_H
|
||||
|
Reference in New Issue
Block a user