diff options
Diffstat (limited to 'src/error.c')
-rw-r--r-- | src/error.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/error.c b/src/error.c index 0c297b9..c238f51 100644 --- a/src/error.c +++ b/src/error.c @@ -6,14 +6,9 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <stdio.h> #include <stdlib.h> #include <stdarg.h> -#include <string.h> #include "error.h" #include "utils.h" |