diff options
Diffstat (limited to 'diag.c')
-rw-r--r-- | diag.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |