diff options
Diffstat (limited to 'src/naming.c')
| -rw-r--r-- | src/naming.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <ctype.h> #include <string.h> #include <sys/stat.h> #include "environment.h" #include "stdlib/paths.h" -#include "stdlib/print.h" #include "stdlib/text.h" static const char *c_keywords[] = { // Maintain sorted order: |
