diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
| commit | 798b1dc391f424868f5f4bac8937c191ed4716b8 (patch) | |
| tree | 44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/vm_tree.c | |
| parent | fba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff) | |
headers moved around
Diffstat (limited to 'kc/core/vm_tree.c')
| -rw-r--r-- | kc/core/vm_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kc/core/vm_tree.c b/kc/core/vm_tree.c index 88a4be1..dd3667e 100644 --- a/kc/core/vm_tree.c +++ b/kc/core/vm_tree.c @@ -30,9 +30,9 @@ #include "vm_tree.h" #include "panic.h" -#include "kprint.h" -#include <sophialib.h> +#include <lib/kstdio.h> +#include <lib/kstring.h> #define assert(expr) |
