diff --git a/tests/test_compare.c b/tests/test_compare.c index cba328c..49b0587 100644 --- a/tests/test_compare.c +++ b/tests/test_compare.c @@ -8,7 +8,6 @@ #include "json_inttypes.h" #include "json_object.h" -#include "json_tokener.h" int main() { diff --git a/tests/test_float.c b/tests/test_float.c index a790cd4..0a87038 100644 --- a/tests/test_float.c +++ b/tests/test_float.c @@ -2,8 +2,8 @@ * Released under ASL 2.0 */ #include "config.h" #include -#include "../json_object.h" -#include "../json_tokener.h" +#include "json_object.h" +#include "json_tokener.h" int main(void) { json_object *json;