diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 23:59:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 23:59:09 -0400 |
| commit | 978835e3dd8dd59a1efaa869f2f603eb9eea5a3f (patch) | |
| tree | 112078680658abcb9d9fa310e2f8c8553d0fa40b /src/formatter/types.c | |
| parent | 91b6746fe1315aa9c09936b69cea3892c04c11af (diff) | |
Split out utility functions
Diffstat (limited to 'src/formatter/types.c')
| -rw-r--r-- | src/formatter/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatter/types.c b/src/formatter/types.c index 282a299f..34128b0b 100644 --- a/src/formatter/types.c +++ b/src/formatter/types.c @@ -4,7 +4,7 @@ #include "../stdlib/datatypes.h" #include "../stdlib/optionals.h" #include "../stdlib/text.h" -#include "formatter.h" +#include "utils.h" OptionalText_t format_inline_type(type_ast_t *type, Table_t comments) { if (range_has_comment(type->start, type->end, comments)) return NONE_TEXT; |
