aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/result.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/result.c')
-rw-r--r--src/stdlib/result.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/result.c b/src/stdlib/result.c
index 8fd2ca1e..bed8658a 100644
--- a/src/stdlib/result.c
+++ b/src/stdlib/result.c
@@ -1,6 +1,5 @@
// Result (Success/Failure) type info
#include <err.h>
-#include <gc.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/param.h>