mirror of
https://github.com/corda/corda.git
synced 2025-06-21 08:40:03 +00:00
move headers from src to src/avian
This is necessary to avoid name conflicts on various platforms. For example, iOS has its own util.h, and Windows has a process.h. By including our version as e.g. "avian/util.h", we avoid confusion with the system version.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
#include <avian/vm/codegen/targets.h>
|
||||
|
||||
#include "environment.h"
|
||||
#include "avian/environment.h"
|
||||
|
||||
namespace avian {
|
||||
namespace codegen {
|
||||
|
Reference in New Issue
Block a user