diff options
Diffstat (limited to 'src/cjson.h')
-rw-r--r-- | src/cjson.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cjson.h b/src/cjson.h index 52da40d..3aa83cb 100644 --- a/src/cjson.h +++ b/src/cjson.h @@ -23,9 +23,7 @@ #ifndef cJSON__h #define cJSON__h -#ifdef HAVE_STDINT_H #include <stdint.h> -#endif #ifdef __cplusplus extern "C" |