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 /build/rpmfc.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 'build/rpmfc.c')
-rw-r--r-- | build/rpmfc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index 73137749a..5eb1b2110 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -2,13 +2,13 @@ #include <signal.h> /* getOutputFrom() */ -#include <rpmbuild.h> -#include <argv.h> -#include <rpmfc.h> -#include <rpmlog.h> +#include <rpm/rpmbuild.h> +#include <rpm/argv.h> +#include <rpm/rpmfc.h> +#include <rpm/rpmlog.h> -#include <rpmds.h> -#include <rpmfi.h> +#include <rpm/rpmds.h> +#include <rpm/rpmfi.h> #if HAVE_GELF_H #include <gelf.h> |