diff options
Diffstat (limited to 'src/stdlib/memory.c')
| -rw-r--r-- | src/stdlib/memory.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stdlib/memory.c b/src/stdlib/memory.c index 53a180fb..5b23e1b5 100644 --- a/src/stdlib/memory.c +++ b/src/stdlib/memory.c @@ -1,14 +1,13 @@ // Type info and methods for "Memory" opaque type #include <err.h> -#include <gc.h> #include <stdbool.h> #include <stdint.h> #include <sys/param.h> +#include "../print.h" #include "memory.h" #include "metamethods.h" -#include "print.h" #include "text.h" #include "types.h" #include "util.h" |
