diff mbox series

[1/3] jshn.c: remove old unsupported json lib

Message ID 20210222224755.50742-2-stokito@gmail.com
State New
Headers show
Series jshn: load envs only on formatting | expand

Commit Message

Sergey Ponomarev Feb. 22, 2021, 10:47 p.m. UTC
Related to 791a361ad1b08fa56e554654109122b828657a2b

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
---
 jshn.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/jshn.c b/jshn.c
index 1b685e5..061fc7f 100644
--- a/jshn.c
+++ b/jshn.c
@@ -13,11 +13,7 @@ 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef JSONC
-        #include <json.h>
-#else
-        #include <json/json.h>
-#endif
+#include <json.h>
 
 #include <string.h>
 #include <stdlib.h>