From: Eric Haszlakiewicz Date: Mon, 9 Sep 2019 01:34:13 +0000 (-0400) Subject: Minor cleanup of includes in a couple of tests. X-Git-Tag: json-c-0.14-20200419~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=087534c030127189ed891438e6e534e15e5d3827;p=thirdparty%2Fjson-c.git Minor cleanup of includes in a couple of tests. --- diff --git a/tests/test_compare.c b/tests/test_compare.c index cba328cf..49b05870 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 a790cd48..0a870386 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;