From b033c491b8df6e6c4bc11f9941f2bba93bb9d10f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 13:10:44 -0400 Subject: Remove some unused imports --- src/naming.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/naming.c') diff --git a/src/naming.c b/src/naming.c index ba5098fd..664fd970 100644 --- a/src/naming.c +++ b/src/naming.c @@ -1,12 +1,10 @@ // Logic for converting user's Tomo names into valid C identifiers -#include #include #include #include "environment.h" #include "stdlib/paths.h" -#include "stdlib/print.h" #include "stdlib/text.h" static const char *c_keywords[] = { // Maintain sorted order: -- cgit v1.2.3