Dont bother including <err.h>, we dont use anything from there
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Dec 2009 11:32:53 +0000 (13:32 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Dec 2009 11:32:53 +0000 (13:32 +0200)
system.h

index 71a4999..7c7d403 100644 (file)
--- 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 <err.h>
-#endif
-
 #if WITH_SELINUX
 #include <selinux/selinux.h>
 #else