diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
| commit | c62c3200c7078f58b218def14c54bbfd26677069 (patch) | |
| tree | b4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile.c | |
| parent | 3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff) | |
Pluralize filenames
Diffstat (limited to 'src/compile.c')
| -rw-r--r-- | src/compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compile.c b/src/compile.c index c2c931c8..c03ab58d 100644 --- a/src/compile.c +++ b/src/compile.c @@ -9,8 +9,8 @@ #include "ast.h" #include "compile.h" #include "compile/enums.h" -#include "compile/list.h" -#include "compile/pointer.h" +#include "compile/lists.h" +#include "compile/pointers.h" #include "compile/structs.h" #include "config.h" #include "environment.h" |
