From be1eeda5566b1ed60ef9a0e4a27e12e8762e4a18 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 25 Feb 2015 22:05:00 +0100 Subject: [PATCH] [DEV] correct version of CPP --- ejson/Value.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ejson/Value.h b/ejson/Value.h index 7012d4c..709d77c 100644 --- a/ejson/Value.h +++ b/ejson/Value.h @@ -10,11 +10,7 @@ #define __ETK_JSON_VALUE_H__ #include -#if __cplusplus >= 201103L - #include -#else - #include -#endif +#include namespace ejson {