summaryrefslogtreecommitdiff
path: root/rpm2cpio.c
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-11-12 12:15:40 +0100
committerPanu Matilainen <pmatilai@redhat.com>2021-11-17 14:21:06 +0200
commitc2ef4dd2a7f8cfe3cf305591ffef593621dc9be2 (patch)
treea4ba618080037dd3c6f9031cae00b9247a193a66 /rpm2cpio.c
parenteb750813059201a1f404f8595034aad71116d34f (diff)
downloadrpm-c2ef4dd2a7f8cfe3cf305591ffef593621dc9be2.tar.gz
Include rpmpgp.h only where it is actually needed
Include necessary headers that were previously transitively included by including rpmpgp.h.
Diffstat (limited to 'rpm2cpio.c')
-rw-r--r--rpm2cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c
index 493cfead3..fcc3b3079 100644
--- a/rpm2cpio.c
+++ b/rpm2cpio.c
@@ -3,9 +3,9 @@
#include "system.h"
#include <rpm/rpmlib.h> /* rpmReadPackageFile .. */
+#include <rpm/rpmstring.h>
#include <rpm/rpmtag.h>
#include <rpm/rpmio.h>
-#include <rpm/rpmpgp.h>
#include <rpm/rpmts.h>
#include <unistd.h>