diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:14:27 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:14:27 +0100 |
commit | 454f5ddff8cc114c0ff0b0dc13d6570276ce715d (patch) | |
tree | 159aef2b12f8bc5e3fde3ef3fa6b8536567d5d98 | |
parent | 7075f640502b781b4428e412556231029550c087 (diff) | |
download | librpm-tizen-454f5ddff8cc114c0ff0b0dc13d6570276ce715d.tar.gz librpm-tizen-454f5ddff8cc114c0ff0b0dc13d6570276ce715d.tar.bz2 librpm-tizen-454f5ddff8cc114c0ff0b0dc13d6570276ce715d.zip |
Include "rpmpgp.h" instead of <rpmpgp.h>.
-rw-r--r-- | python/rpmts-py.c | 2 | ||||
-rw-r--r-- | rpm2cpio.c | 2 | ||||
-rw-r--r-- | rpmio/rpmio_internal.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c index 76b70dfc8..f16650bc5 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -5,7 +5,7 @@ #include "system.h" #include <rpmlib.h> -#include <rpmpgp.h> +#include "rpmpgp.h" #include <rpmdb.h> #include <rpmbuild.h> diff --git a/rpm2cpio.c b/rpm2cpio.c index c5d586c71..7a44f304e 100644 --- a/rpm2cpio.c +++ b/rpm2cpio.c @@ -4,7 +4,7 @@ const char *__progname; #include <rpmlib.h> -#include <rpmpgp.h> +#include "rpmpgp.h" #include <rpmts.h> diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h index 48176c5a7..cd32dffbb 100644 --- a/rpmio/rpmio_internal.h +++ b/rpmio/rpmio_internal.h @@ -15,7 +15,7 @@ #include <beecrypt/beecrypt.api.h> #endif -#include <rpmpgp.h> +#include "rpmpgp.h" #include "rpmsw.h" /* Drag in the beecrypt includes. */ |