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/pointer.c | |
| parent | b639f01294f8c528ad0597a179f7e426bccdfb80 (diff) | |
Rearranging some files
Diffstat (limited to 'builtins/pointer.c')
| -rw-r--r-- | builtins/pointer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builtins/pointer.c b/builtins/pointer.c index 54bab4b3..d490485f 100644 --- a/builtins/pointer.c +++ b/builtins/pointer.c @@ -1,16 +1,16 @@ +#include <ctype.h> +#include <err.h> #include <gc.h> #include <gc/cord.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> -#include <ctype.h> #include <sys/param.h> -#include <err.h> -#include "../util.h" -#include "../SipHash/halfsiphash.h" +#include "util.h" #include "functions.h" +#include "halfsiphash.h" #include "types.h" typedef struct recursion_s { |
