From 77b33d6a3cdc2655fa0319a2c5a077eb709cb6aa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:27:25 -0800 Subject: Renaming files: printing->print, file_loader->files --- compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler.h') diff --git a/compiler.h b/compiler.h index 6761644..3038d09 100644 --- a/compiler.h +++ b/compiler.h @@ -4,7 +4,7 @@ #ifndef COMPILER__H #define COMPILER__H -#include "file_loader.h" +#include "files.h" #include "types.h" __attribute__((nonnull)) -- cgit v1.2.3