Don't include stdint.h in jansson.h

It's not needed
This commit is contained in:
Petri Lehtinen 2009-11-07 14:45:45 +02:00
parent d3959a8ce7
commit ca6d26a1c2

View File

@ -9,7 +9,6 @@
#define JANSSON_H
#include <stdio.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {