aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/memory.c')
-rw-r--r--src/stdlib/memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/memory.c b/src/stdlib/memory.c
index fa92da3e..5b23e1b5 100644
--- a/src/stdlib/memory.c
+++ b/src/stdlib/memory.c
@@ -1,7 +1,6 @@
// Type info and methods for "Memory" opaque type
#include <err.h>
-#include <gc.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/param.h>