From c23b9ce30f494a3ca40ececdb2b47b06e9672b40 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 19:07:26 -0300 Subject: [PATCH] test --- src/cJSON.c | 2 +- src/cJSON.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cJSON.c b/src/cJSON.c index 5035f9a9b..ce323fb69 100755 --- a/src/cJSON.c +++ b/src/cJSON.c @@ -25,7 +25,7 @@ /* JSON parser in C. */ #include -#include "../includes/cJSON.h" +#include "cJSON.h" #ifndef DBL_EPSILON #define DBL_EPSILON 2.2204460492503131E-16 diff --git a/src/cJSON.h b/src/cJSON.h index b75e73bf1..483b3055d 100755 --- a/src/cJSON.h +++ b/src/cJSON.h @@ -31,7 +31,7 @@ #include #include -#include "../crypto777/OS_portable.h" +//#include "../crypto777/OS_portable.h" #define SATOSHIDEN ((uint64_t)100000000L) #define dstr(x) ((double)(x) / SATOSHIDEN)