+ remove stdint.h include (useless and not portable)

This commit is contained in:
kelson42 2012-08-07 06:46:52 +00:00
parent f2b9db6535
commit dd1e6e17f0

View File

@ -18,7 +18,6 @@
*/
#include <zim/zintstream.h>
#include <stdint.h>
#include "log.h"
log_define("zim.zintstream")