diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 13:53:51 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 13:53:51 +0200 |
commit | 99faa2735b4b52104a724c6a2f8a7a806bc9c7e5 (patch) | |
tree | fb04ea90f8cd28f91a42ef62b20208789acfc0eb /lib/rpmlock.c | |
parent | 7751f84bf03076eb6ad90ad0d10144846726bdfb (diff) | |
download | rpm-99faa2735b4b52104a724c6a2f8a7a806bc9c7e5.tar.gz rpm-99faa2735b4b52104a724c6a2f8a7a806bc9c7e5.tar.bz2 rpm-99faa2735b4b52104a724c6a2f8a7a806bc9c7e5.zip |
rpmlib.h mass eviction
- explicitly include what's really needed instead
- document remaining uses
Diffstat (limited to 'lib/rpmlock.c')
-rw-r--r-- | lib/rpmlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmlock.c b/lib/rpmlock.c index 808f496f1..deeaae0b6 100644 --- a/lib/rpmlock.c +++ b/lib/rpmlock.c @@ -1,7 +1,6 @@ #include "system.h" -#include <rpm/rpmlib.h> #include <rpm/rpmlog.h> #include <rpm/rpmmacro.h> #include <rpm/rpmfileutil.h> |