From: Panu Matilainen Date: Wed, 23 Dec 2009 11:32:53 +0000 (+0200) Subject: Dont bother including , we dont use anything from there X-Git-Tag: rpm-4.9.0-beta1~1071 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df3e1ce0cdc426d12c17798ce1490f06a6809b74;p=platform%2Fupstream%2Frpm.git Dont bother including , we dont use anything from there --- diff --git a/system.h b/system.h index 71a4999..7c7d403 100644 --- a/system.h +++ b/system.h @@ -173,10 +173,6 @@ char *realpath(const char *path, char resolved_path []); #endif #endif -#if HAVE_ERR_H -#include -#endif - #if WITH_SELINUX #include #else