diff options
Diffstat (limited to 'tests/check_content_parser.c')
-rw-r--r-- | tests/check_content_parser.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index ca5a58d..79b31c3 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -6,17 +6,12 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <stdarg.h> #include <stddef.h> #include <setjmp.h> #include <cmocka.h> -#include <string.h> +#include <stdlib.h> #include "../src/content-parser.h" -#include "../src/utils.h" static void |