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/bool.c | |
| parent | 9447ba8c4aff985f9238b3f4e138afd4526799b0 (diff) | |
Remove a few unused imports and clean things up a bit
Diffstat (limited to 'builtins/bool.c')
| -rw-r--r-- | builtins/bool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/bool.c b/builtins/bool.c index ce27ce79..7759cf38 100644 --- a/builtins/bool.c +++ b/builtins/bool.c @@ -11,7 +11,6 @@ #include "bool.h" #include "optionals.h" #include "text.h" -#include "types.h" #include "util.h" PUREFUNC public Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo *type) |
