]> granicus.if.org Git - json-c/commitdiff
Minor cleanup of includes in a couple of tests.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Sep 2019 01:34:13 +0000 (21:34 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Sep 2019 01:34:13 +0000 (21:34 -0400)
tests/test_compare.c
tests/test_float.c

index cba328cf4bb5cf78262aed54af7db365ee294968..49b05870d46490261a7b15820055d8b0958748b9 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "json_inttypes.h"
 #include "json_object.h"
-#include "json_tokener.h"
 
 int main()
 {
index a790cd48ce9a15b24f5d06694b11a84dce281a32..0a87038663e76e4b04b78394f0eb4a5b11f82cc3 100644 (file)
@@ -2,8 +2,8 @@
  * Released under ASL 2.0 */
 #include "config.h"
 #include <stdio.h>
-#include "../json_object.h"
-#include "../json_tokener.h"
+#include "json_object.h"
+#include "json_tokener.h"
 int main(void)
 {
   json_object *json;