diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:23:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:23:24 -0400 |
| commit | 34c562e88e4c7b779bc3374019c0124f68d9125f (patch) | |
| tree | dee6fa04a0c27a3f5e66992a86b18266e674f474 /builtins/c_string.c | |
| parent | 06e432aa8df1defc670cfb557de180cbd7a469f3 (diff) | |
Move cord helper functions into their own file
Diffstat (limited to 'builtins/c_string.c')
| -rw-r--r-- | builtins/c_string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/c_string.c b/builtins/c_string.c index ab9c606e..392565ab 100644 --- a/builtins/c_string.c +++ b/builtins/c_string.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <err.h> #include <gc.h> -#include <gc/cord.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> |
