summaryrefslogtreecommitdiffstats
path: root/src/ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.h')
-rw-r--r--src/ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ctx.h b/src/ctx.h
index 4ca4a34..0b4be45 100644
--- a/src/ctx.h
+++ b/src/ctx.h
@@ -9,11 +9,13 @@
#define BFS_CTX_H
#include "prelude.h"
+
#include "alloc.h"
#include "bftw.h"
#include "diag.h"
#include "expr.h"
#include "trie.h"
+
#include <stddef.h>
#include <sys/resource.h>
#include <sys/types.h>