diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:32:53 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:32:53 +0200 |
commit | df3e1ce0cdc426d12c17798ce1490f06a6809b74 (patch) | |
tree | 238c17dbea78708e5dc41a59ab0e4f546af9f076 /system.h | |
parent | f70b1c76d51dd2e32ff48ab75b1fa4b06d582f4f (diff) | |
download | librpm-tizen-df3e1ce0cdc426d12c17798ce1490f06a6809b74.tar.gz librpm-tizen-df3e1ce0cdc426d12c17798ce1490f06a6809b74.tar.bz2 librpm-tizen-df3e1ce0cdc426d12c17798ce1490f06a6809b74.zip |
Dont bother including <err.h>, we dont use anything from there
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |