aboutsummaryrefslogtreecommitdiff
path: root/src/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/context.c b/src/context.c
index 3a98a64..c0898d8 100644
--- a/src/context.c
+++ b/src/context.c
@@ -1,7 +1,5 @@
-#include <assert.h>
#include <context.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include <lib.h>
#include <tokenize.h>
struct ctx *context_create(const char *path)