Skip to content

Commit

Permalink
Eliminate some unnecessary rpmpgp.h includes
Browse files Browse the repository at this point in the history
Stuff has moved around, these are just leftovers.
  • Loading branch information
pmatilai committed Oct 6, 2023
1 parent 3a12a89 commit 314faf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/rpmfiles-py.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "rpmsystem-py.h"

#include <rpm/rpmtag.h>
#include <rpm/rpmpgp.h>
#include <rpm/rpmstring.h>

#include "header-py.h"
#include "rpmfiles-py.h"
Expand Down
1 change: 0 additions & 1 deletion python/rpmts-py.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <rpm/rpmlib.h> /* rpmReadPackageFile, headerCheck */
#include <rpm/rpmtag.h>
#include <rpm/rpmpgp.h>
#include <rpm/rpmdb.h>
#include <rpm/rpmbuild.h>

Expand Down
4 changes: 3 additions & 1 deletion rpmio/digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

#include "system.h"

#include "rpmpgp_internal.h"
#include <string.h>
#include <stdlib.h>
#include <rpm/rpmcrypto.h>

#include "debug.h"

Expand Down

0 comments on commit 314faf5

Please sign in to comment.