diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-18 13:52:58 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-18 13:52:58 -0400 |
commit | ddc4fbc15223e362896a9f42beca73f05f48e664 (patch) | |
tree | 30f8ffc989bc66d9d9e67c7321b3d7a9c46dc130 /lib/untyped-retype.c | |
parent | cfc793e204ba63d281e778a36992b8c86dd0ad88 (diff) | |
download | jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.tar.gz jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.tar.bz2 jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.zip |
move usermode-critical info to include/api
Diffstat (limited to 'lib/untyped-retype.c')
-rw-r--r-- | lib/untyped-retype.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/untyped-retype.c b/lib/untyped-retype.c index 526f19e..ebc0424 100644 --- a/lib/untyped-retype.c +++ b/lib/untyped-retype.c @@ -1,7 +1,6 @@ #include "object.h" -#include "memory.h" #include <stddef.h> -#include "error.h" +#include "api/error.h" #include "string.h" int |