summaryrefslogtreecommitdiff
path: root/lib/rpmps.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 11:49:25 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 11:49:25 +0200
commit458bf3b208e3efdd880db42c62f3b12b4eed4da0 (patch)
tree56767c80ee5f75e0670e064066ee26e7449dd79b /lib/rpmps.h
parente4d43147ee34310a7753383ffde0e24737fddc1c (diff)
downloadlibrpm-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.h2
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" {