diff options
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/utils.c b/src/utils.c index 9a39c61..b42ae4e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -6,17 +6,11 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #define SB_STRING_CHUNK_SIZE 128 -#include <ctype.h> #include <string.h> #include <stdarg.h> #include <stdbool.h> -#include <stdio.h> #include <stdlib.h> #include <stdio.h> |