Skip to content

Commit

Permalink
Don't include stdint.h in jansson.h
Browse files Browse the repository at this point in the history
It's not needed
  • Loading branch information
akheron committed Nov 7, 2009
1 parent d3959a8 commit ca6d26a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jansson.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#define JANSSON_H

#include <stdio.h>
#include <stdint.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit ca6d26a

Please sign in to comment.