summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-20 21:07:31 +0000
committerjbj <devnull@localhost>2002-07-20 21:07:31 +0000
commit293a81e2590888951a1341341eb3ff034b8a0406 (patch)
tree8487800311da40f2e1e9f57463e78d65b5d39247 /rpmdb/rpmdb.c
parentbfb8488c10a5dfccbcb7c556408b300f8901cd88 (diff)
downloadrpm-293a81e2590888951a1341341eb3ff034b8a0406.tar.gz
rpm-293a81e2590888951a1341341eb3ff034b8a0406.tar.bz2
rpm-293a81e2590888951a1341341eb3ff034b8a0406.zip
- version added to *.la dependency libraries (#69063).
- expose digests in rpmio API, but hide internal beecrypt API (#68999). CVS patchset: 5561 CVS date: 2002/07/20 21:07:31
Diffstat (limited to 'rpmdb/rpmdb.c')
-rw-r--r--rpmdb/rpmdb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c
index ecb991bea..5da9ca88f 100644
--- a/rpmdb/rpmdb.c
+++ b/rpmdb/rpmdb.c
@@ -33,10 +33,8 @@ extern void regfree (/*@only@*/ regex_t *preg)
/*@=declundef =exportheader @*/
#endif
-#include <rpmio.h>
-#include <rpmpgp.h>
+#include <rpmio_internal.h>
#include <rpmmacro.h>
-#include <rpmurl.h>
#include "rpmdb.h"
#include "fprint.h"