From 087534c030127189ed891438e6e534e15e5d3827 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 8 Sep 2019 21:34:13 -0400 Subject: [PATCH] Minor cleanup of includes in a couple of tests. --- tests/test_compare.c | 1 - tests/test_float.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;