summaryrefslogtreecommitdiffstats
path: root/diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'diag.c')
-rw-r--r--diag.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/diag.c b/diag.c
index 66609e1..bbf07e3 100644
--- a/diag.c
+++ b/diag.c
@@ -21,8 +21,6 @@
#include <assert.h>
#include <errno.h>
#include <stdarg.h>
-#include <stdlib.h>
-#include <string.h>
void bfs_perror(const struct bfs_ctx *ctx, const char *str) {
bfs_error(ctx, "%s: %m.\n", str);