From 6d02d88322215ad155a618252e9d2ec7115d5b0b Mon Sep 17 00:00:00 2001 From: kelson42 Date: Thu, 8 Apr 2010 21:28:19 +0000 Subject: [PATCH] + remove include stdint.h --- 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")