diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,5 @@ +#include <lib.h> #include <log.h> -#include <stdarg.h> -#include <stdio.h> -#include <stdlib.h> static void context_print(FILE *fd, struct ctx *ctx) { |