diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 13:46:16 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 13:46:16 -0400 |
| commit | 6c5f5151b7cf308a03d09ad8ff5933377f16a1a9 (patch) | |
| tree | d90dbfe83e398a9b55beee4baed9508eb4653a60 /builtins/c_string.c | |
| parent | 9447ba8c4aff985f9238b3f4e138afd4526799b0 (diff) | |
Remove a few unused imports and clean things up a bit
Diffstat (limited to 'builtins/c_string.c')
| -rw-r--r-- | builtins/c_string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtins/c_string.c b/builtins/c_string.c index bda127f0..ab9c606e 100644 --- a/builtins/c_string.c +++ b/builtins/c_string.c @@ -7,10 +7,8 @@ #include <stdint.h> #include <stdlib.h> -#include "functions.h" #include "text.h" #include "siphash.h" -#include "types.h" #include "util.h" public Text_t CString$as_text(const char **c_string, bool colorize, const TypeInfo *info) |
