From ddc4fbc15223e362896a9f42beca73f05f48e664 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 18 Sep 2025 13:52:58 -0400 Subject: move usermode-critical info to include/api --- lib/untyped-retype.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/untyped-retype.c') 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 -#include "error.h" +#include "api/error.h" #include "string.h" int -- cgit v1.2.1