aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/result.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-28 17:18:17 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-28 17:18:17 -0500
commit2bb7704b128169c4ef8bc8ff980be4847e7eedb5 (patch)
tree68af87e93088483ceb1882075165cb771475d74c /src/stdlib/result.c
parent273ef13fe728e3722f76098178f78508fb439b36 (diff)
Clean up imports
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>