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 /tools/rpmcache.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 'tools/rpmcache.c')
-rw-r--r-- | tools/rpmcache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/rpmcache.c b/tools/rpmcache.c index 9b515660d..bb9958b54 100644 --- a/tools/rpmcache.c +++ b/tools/rpmcache.c @@ -8,6 +8,8 @@ const char *__progname; #include <fnmatch.h> #include "rpmio/fts.h" +#include <rpm/rpmtag.h> +#include <rpm/rpmlib.h> /* RPM_MACHTABLE, rpmReadPackageFile */ #include <rpm/rpmcli.h> #include <rpm/rpmlog.h> |