Include "rpmpgp.h" instead of <rpmpgp.h>.

This commit is contained in:
Ralf Corsépius 2007-10-28 06:14:27 +01:00
parent 7075f64050
commit 454f5ddff8
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#include "system.h"
#include <rpmlib.h>
#include <rpmpgp.h>
#include "rpmpgp.h"
#include <rpmdb.h>
#include <rpmbuild.h>

View File

@ -4,7 +4,7 @@
const char *__progname;
#include <rpmlib.h>
#include <rpmpgp.h>
#include "rpmpgp.h"
#include <rpmts.h>

View File

@ -15,7 +15,7 @@
#include <beecrypt/beecrypt.api.h>
#endif
#include <rpmpgp.h>
#include "rpmpgp.h"
#include "rpmsw.h"
/* Drag in the beecrypt includes. */