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/rpmps.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/rpmps.h')
-rw-r--r-- | lib/rpmps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmps.h b/lib/rpmps.h index ca6005923..be1ce41c5 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -7,7 +7,7 @@ */ #include <stdio.h> -#include <rpm/rpmcallback.h> /* for fnpyKey */ +#include <rpm/rpmtypes.h> #ifdef __cplusplus extern "C" { |