diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-16 17:37:54 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-16 17:37:54 +0200 |
commit | db4e34966ed9d52a920ab1b135309e6e21f12473 (patch) | |
tree | 9c3ee28b2c3800348c57b396f87c0d7b3e85f29e /lib/formats.c | |
parent | 3587db8c4e5f72cf00d2722d06f9d7face2d072a (diff) | |
download | rpm-db4e34966ed9d52a920ab1b135309e6e21f12473.tar.gz rpm-db4e34966ed9d52a920ab1b135309e6e21f12473.tar.bz2 rpm-db4e34966ed9d52a920ab1b135309e6e21f12473.zip |
Split digest-stuff out of rpmio_internal to separate header
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formats.c b/lib/formats.c index dddabf1f9..7bd364a33 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -3,7 +3,7 @@ */ #include "system.h" -#include "rpmio_internal.h" /* for b64, pgpDig*_s */ +#include "digest.h" #include "rpmlib.h" #include "rpmmacro.h" /* XXX for %_i18ndomains */ |