aboutsummaryrefslogtreecommitdiff
path: root/builtins/bool.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/bool.c')
-rw-r--r--builtins/bool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/bool.c b/builtins/bool.c
index 327a101d..35eaafec 100644
--- a/builtins/bool.c
+++ b/builtins/bool.c
@@ -8,9 +8,9 @@
#include <sys/param.h>
#include <err.h>
-#include "../SipHash/halfsiphash.h"
-#include "../util.h"
+#include "util.h"
#include "bool.h"
+#include "halfsiphash.h"
#include "types.h"
public CORD Bool__as_text(const bool *b, bool colorize, const TypeInfo *type)