diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:49:25 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:49:25 +0200 |
commit | 458bf3b208e3efdd880db42c62f3b12b4eed4da0 (patch) | |
tree | 56767c80ee5f75e0670e064066ee26e7449dd79b /lib/rpmal.h | |
parent | e4d43147ee34310a7753383ffde0e24737fddc1c (diff) | |
download | librpm-tizen-458bf3b208e3efdd880db42c62f3b12b4eed4da0.tar.gz librpm-tizen-458bf3b208e3efdd880db42c62f3b12b4eed4da0.tar.bz2 librpm-tizen-458bf3b208e3efdd880db42c62f3b12b4eed4da0.zip |
Remove bunch of unnecessary rpmlib.h includes
- replace with rpmtypes.h where needed
Diffstat (limited to 'lib/rpmal.h')
-rw-r--r-- | lib/rpmal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rpmal.h b/lib/rpmal.h index f85ae6db8..da808c70e 100644 --- a/lib/rpmal.h +++ b/lib/rpmal.h @@ -6,8 +6,7 @@ * Structures used for managing added/available package lists. */ -#include <rpm/rpmlib.h> /* for rpmds, rpmfi, uint32_t */ -#include <rpm/rpmcallback.h> /* for fnpyKey */ +#include <rpm/rpmtypes.h> #ifdef __cplusplus extern "C" { |