Don't include stdint.h in jansson.h
authorPetri Lehtinen <petri@digip.org>
Sat, 7 Nov 2009 12:45:45 +0000 (14:45 +0200)
committerPetri Lehtinen <petri@digip.org>
Sat, 7 Nov 2009 12:45:46 +0000 (14:45 +0200)
It's not needed

src/jansson.h

index 50073d2..ac6736f 100644 (file)
@@ -9,7 +9,6 @@
 #define JANSSON_H
 
 #include <stdio.h>
-#include <stdint.h>
 
 #ifdef __cplusplus
 extern "C" {