commit | 18c78fc62662b7003232e00b360dc1748e4ef3b2 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Aug 20 12:57:41 2018 +0100 |
committer | Andrew Scull <ascull@google.com> | Mon Aug 20 13:51:53 2018 +0100 |
tree | 0d9cbe8789ebed285889e9c48a3d79bb35b1e88e | |
parent | 58de5c3b70dfe2c2ad838ff105c8e42bdc082d1f [diff] [blame] |
Move headers under the hf directory. This helps distinguish local headers from the more official headers. Change-Id: I535c1b44081b9d60ba63666cd1ad514aaaf2c68d
diff --git a/src/vm.c b/src/vm.c index 1eafb63..963531a 100644 --- a/src/vm.c +++ b/src/vm.c
@@ -1,8 +1,8 @@ -#include "vm.h" +#include "hf/vm.h" -#include "api.h" -#include "cpu.h" -#include "std.h" +#include "hf/api.h" +#include "hf/cpu.h" +#include "hf/std.h" bool vm_init(struct vm *vm, uint32_t id, uint32_t vcpu_count) {