diff options
author | Marvin Borner | 2021-05-13 13:47:15 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-13 13:47:15 +0200 |
commit | a086d68bea0004b52a78482daa9292bde6e36e8c (patch) | |
tree | 4932f50c408f2b1003155c2178954ffeebe83fd9 /src/context.c | |
parent | f181a8f04dfdfd8829861e0d0d549f39e40081e6 (diff) |
liblib
Diffstat (limited to 'src/context.c')
-rw-r--r-- | src/context.c | 4 |
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) |