summaryrefslogtreecommitdiff
path: root/jsmn.c
diff options
context:
space:
mode:
authorBastien Dejean <nihilhill@gmail.com>2015-12-14 15:05:46 +0100
committerBastien Dejean <nihilhill@gmail.com>2015-12-14 15:05:46 +0100
commite4d526a4033c4548dc3f9ade2ec14ff87b9455ea (patch)
tree1d40ca009f0f75b00c93370ebaf94e15684d76ba /jsmn.c
parentfdceddf6854af498e192427d70bcc9c2e98a1729 (diff)
Fix deheader warnings
Prior to this commit the output of deheader was: remove <stdlib.h> from ./jsmn.c in ./example/jsondump.c, realloc() portability requires <unistd.h>. in ./example/simple.c, strtol() portability requires <stdlib.h>. saw 4 files, 16 includes, 1 removable
Diffstat (limited to 'jsmn.c')
-rw-r--r--jsmn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/jsmn.c b/jsmn.c
index 2809669b3..bbf013de4 100644
--- a/jsmn.c
+++ b/jsmn.c
@@ -1,5 +1,3 @@
-#include <stdlib.h>
-
#include "jsmn.h"
/**