diff --git a/tests/unit/config_json.c b/tests/unit/config_json.c index d1b86c6f7..64183dcf5 100644 --- a/tests/unit/config_json.c +++ b/tests/unit/config_json.c @@ -28,7 +28,6 @@ #include #include "utils.h" -#include "config_helper.h" const char *cfg_example = "test : \n" "{\n" diff --git a/tests/unit/json.c b/tests/unit/json.c index aaf51fd5b..fa145e8b0 100644 --- a/tests/unit/json.c +++ b/tests/unit/json.c @@ -24,7 +24,6 @@ #include #include -#include "config_helper.h" #include "utils.h" struct param {