diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:51:28 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:51:28 +0200 |
commit | 73ebfe9ad49e56230393ff2ffa818436b40fdedd (patch) | |
tree | 2ba8a6c469a060e1ec820fa2ee259efe1b2d18ae /lib/rpmgi.h | |
parent | 458bf3b208e3efdd880db42c62f3b12b4eed4da0 (diff) | |
download | rpm-73ebfe9ad49e56230393ff2ffa818436b40fdedd.tar.gz rpm-73ebfe9ad49e56230393ff2ffa818436b40fdedd.tar.bz2 rpm-73ebfe9ad49e56230393ff2ffa818436b40fdedd.zip |
rpmgi.h doesn't need rpmte and rpmts headers, implementation does
Diffstat (limited to 'lib/rpmgi.h')
-rw-r--r-- | lib/rpmgi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmgi.h b/lib/rpmgi.h index b11ae2ff1..137630b8a 100644 --- a/lib/rpmgi.h +++ b/lib/rpmgi.h @@ -6,8 +6,6 @@ */ #include <rpm/rpmtypes.h> -#include <rpm/rpmte.h> -#include <rpm/rpmts.h> #include <rpm/argv.h> #ifdef __cplusplus |