diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-08 14:02:32 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-08 14:02:32 +0200 |
commit | 9ce13e09ef42ea4efca3c624054b0b719f06a43b (patch) | |
tree | 1660a7c311fba0c86afba2cacea8669f07b8eb51 /rpm2cpio.c | |
parent | 179ebc1745b51eb9821dd783c9df475ac539532d (diff) | |
download | rpm-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.gz rpm-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.bz2 rpm-9ce13e09ef42ea4efca3c624054b0b719f06a43b.zip |
Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
Diffstat (limited to 'rpm2cpio.c')
-rw-r--r-- | rpm2cpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c index c5d586c71..bc06110c3 100644 --- a/rpm2cpio.c +++ b/rpm2cpio.c @@ -3,10 +3,10 @@ #include "system.h" const char *__progname; -#include <rpmlib.h> -#include <rpmpgp.h> +#include <rpm/rpmlib.h> +#include <rpm/rpmpgp.h> -#include <rpmts.h> +#include <rpm/rpmts.h> #include "debug.h" |