From: Michael Schroeder Date: Thu, 21 Mar 2019 14:21:06 +0000 (+0100) Subject: Drop uio.h include X-Git-Tag: 0.7.4~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e300d145c3b6a82c9a1b9bf09785be354bba62f;p=thirdparty%2Flibsolv.git Drop uio.h include I don't know why it needs to be there. Lets see if removing it breaks anything. --- diff --git a/src/sha2.c b/src/sha2.c index 3ca94044..619cbf4a 100644 --- a/src/sha2.c +++ b/src/sha2.c @@ -36,7 +36,7 @@ #include /* memcpy()/memset() or bcopy()/bzero() */ /* #include */ /* assert() */ #include -#include +/* #include */ #include #include