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/rpmbuild.h | |
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/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index 6b8e222e2..2754a3769 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -6,14 +6,14 @@ * This is the *only* module users of librpmbuild should need to include. */ -#include <rpmcli.h> -#include <rpmds.h> +#include <rpm/rpmcli.h> +#include <rpm/rpmds.h> /* and it shouldn't need these :-( */ -#include <rpmstring.h> +#include <rpm/rpmstring.h> /* but this will be needed */ -#include <rpmspec.h> +#include <rpm/rpmspec.h> #ifdef __cplusplus extern "C" { |