From e4d526a4033c4548dc3f9ade2ec14ff87b9455ea Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Mon, 14 Dec 2015 15:05:46 +0100 Subject: Fix deheader warnings Prior to this commit the output of deheader was: remove from ./jsmn.c in ./example/jsondump.c, realloc() portability requires . in ./example/simple.c, strtol() portability requires . saw 4 files, 16 includes, 1 removable --- jsmn.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'jsmn.c') diff --git a/jsmn.c b/jsmn.c index 2809669b3..bbf013de4 100644 --- a/jsmn.c +++ b/jsmn.c @@ -1,5 +1,3 @@ -#include - #include "jsmn.h" /** -- cgit v1.2.3