diff --git a/JSON/src/pdjson.c b/JSON/src/pdjson.c index 5a711cee7..fab2f80ac 100644 --- a/JSON/src/pdjson.c +++ b/JSON/src/pdjson.c @@ -1,11 +1,4 @@ #define _POSIX_C_SOURCE 200112L -#include -// patched for poco 1.8.x -#if defined(__STDC_VERSION__) || (__STDC_VERSION__ >= 199901L) -#include -//#elif !defined(_MSC_VER) -//typedef enum { false, true } bool; -#endif // __STDC_VERSION__ #include #include #include