diff options
Diffstat (limited to 'tests/check_error.c')
-rw-r--r-- | tests/check_error.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/check_error.c b/tests/check_error.c index 8818b00..e844998 100644 --- a/tests/check_error.c +++ b/tests/check_error.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 "../src/error.h" -#include "../src/utils.h" static void |