diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/untyped-retype.c | 3 | ||||
-rw-r--r-- | lib/untyped.c | 2 |
2 files changed, 2 insertions, 3 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 diff --git a/lib/untyped.c b/lib/untyped.c index 8a20f63..e6addbb 100644 --- a/lib/untyped.c +++ b/lib/untyped.c @@ -1,5 +1,5 @@ #include "include/object.h" -#include "error.h" +#include "api/error.h" int ko_untyped_split(objdir_entry_t *target, objdir_entry_t *dest, size_t bytes) |