diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-11-15 09:17:25 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-11-15 09:17:25 +0200 |
commit | 3ce48d03062843a68837917064d51ebdff834a4b (patch) | |
tree | 0fe4994f6973992cb1cf3e5b6c0a230bcc77cb13 /rpmqv.c | |
parent | 0600287d5d9cf1fd36ab5400d92be9c90b676e82 (diff) | |
download | librpm-tizen-3ce48d03062843a68837917064d51ebdff834a4b.tar.gz librpm-tizen-3ce48d03062843a68837917064d51ebdff834a4b.tar.bz2 librpm-tizen-3ce48d03062843a68837917064d51ebdff834a4b.zip |
Remove unnecessary includes
Diffstat (limited to 'rpmqv.c')
-rw-r--r-- | rpmqv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,9 +3,7 @@ const char *__progname; #include <rpm/rpmcli.h> #include <rpm/rpmlib.h> /* RPMSIGTAG, rpmReadPackageFile .. */ -#include <rpm/rpmbuild.h> #include <rpm/rpmlog.h> -#include <rpm/rpmdb.h> #include <rpm/rpmps.h> #include <rpm/rpmts.h> |