diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 20:08:20 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 20:08:20 -0400 |
| commit | 4380039acc881703ef9d144bbf39d82da4beb936 (patch) | |
| tree | 111eda9fedaa13f593cdf47f75277d740207c637 /builtins/types.c | |
| parent | 51c346bbc5f6c5179b56b09b75eec466acbe7ad7 (diff) | |
Rename builtins to use plurals when appropriate
Diffstat (limited to 'builtins/types.c')
| -rw-r--r-- | builtins/types.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/builtins/types.c b/builtins/types.c index cf0e30c1..c9f2578f 100644 --- a/builtins/types.c +++ b/builtins/types.c @@ -6,9 +6,9 @@ #include <sys/param.h> #include "util.h" -#include "array.h" -#include "pointer.h" -#include "table.h" +#include "arrays.h" +#include "pointers.h" +#include "tables.h" #include "text.h" #include "types.h" |
