diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-10 00:03:21 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-10 00:03:21 -0500 |
| commit | a33f73061776d6814f67fecd230c0706bc1ff10c (patch) | |
| tree | 7f47f83f783f5b08a02bdd940988d9637102e6e4 /builtins/functions.c | |
| parent | b639f01294f8c528ad0597a179f7e426bccdfb80 (diff) | |
Rearranging some files
Diffstat (limited to 'builtins/functions.c')
| -rw-r--r-- | builtins/functions.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/builtins/functions.c b/builtins/functions.c index 448b7758..ae67fcb9 100644 --- a/builtins/functions.c +++ b/builtins/functions.c @@ -7,15 +7,15 @@ #include <sys/param.h> #include <uninorm.h> -#include "../SipHash/halfsiphash.h" -#include "../files.h" -#include "../util.h" -#include "functions.h" +#include "files.h" +#include "util.h" #include "array.h" -#include "table.h" -#include "text.h" +#include "functions.h" +#include "halfsiphash.h" #include "pointer.h" #include "string.h" +#include "table.h" +#include "text.h" #include "types.h" extern bool USE_COLOR; |
