summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-07-02 14:23:30 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-07-02 14:23:30 +0300
commit710750ebff4ded200a71107b6dba8f5daf573101 (patch)
tree2f6f40615caecf0268233bd759bc9974ce7ec317 /lib
parent152a6e84aa0fa801ad2ac063570119df698d8b93 (diff)
downloadlibrpm-tizen-710750ebff4ded200a71107b6dba8f5daf573101.tar.gz
librpm-tizen-710750ebff4ded200a71107b6dba8f5daf573101.tar.bz2
librpm-tizen-710750ebff4ded200a71107b6dba8f5daf573101.zip
Make rpmkeyring.h public header
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmts.c3
-rw-r--r--lib/rpmts_internal.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmts.c b/lib/rpmts.c
index 546ebc07b..713767c52 100644
--- a/lib/rpmts.c
+++ b/lib/rpmts.c
@@ -9,10 +9,10 @@
#include <rpm/rpmtypes.h>
#include <rpm/rpmlib.h> /* rpmReadPackage etc */
#include <rpm/rpmurl.h>
-#include "rpmio/digest.h"
#include <rpm/rpmmacro.h>
#include <rpm/rpmfileutil.h> /* rpmtsOpenDB() needs rpmGetPath */
#include <rpm/rpmstring.h>
+#include <rpm/rpmkeyring.h>
#include <rpm/rpmdb.h>
#include <rpm/rpmal.h>
@@ -21,6 +21,7 @@
#include <rpm/rpmlog.h>
#include <rpm/rpmte.h>
+#include "rpmio/digest.h"
#include "lib/rpmlock.h"
#include "lib/rpmts_internal.h"
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index b1d2d79f6..9693a18af 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -4,7 +4,6 @@
#include <rpm/rpmts.h>
#include <rpm/rpmal.h> /* XXX availablePackage/relocateFileList ,*/
-#include "rpmio/rpmkeyring.h"
#include "lib/rpmhash.h" /* XXX hashTable */
/** \ingroup rpmts