From dd1e6e17f023f08723c5001c916ab999309d29d6 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Tue, 7 Aug 2012 06:46:52 +0000 Subject: [PATCH] + remove stdint.h include (useless and not portable) --- src/zimlib/src/zintstream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zimlib/src/zintstream.cpp b/src/zimlib/src/zintstream.cpp index 6ce9259..4c423fc 100644 --- a/src/zimlib/src/zintstream.cpp +++ b/src/zimlib/src/zintstream.cpp @@ -18,7 +18,6 @@ */ #include -#include #include "log.h" log_define("zim.zintstream")