aboutsummaryrefslogtreecommitdiff
path: root/src/formatter/types.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 23:59:09 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 23:59:09 -0400
commit978835e3dd8dd59a1efaa869f2f603eb9eea5a3f (patch)
tree112078680658abcb9d9fa310e2f8c8553d0fa40b /src/formatter/types.c
parent91b6746fe1315aa9c09936b69cea3892c04c11af (diff)
Split out utility functions
Diffstat (limited to 'src/formatter/types.c')
-rw-r--r--src/formatter/types.c2
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;