diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:46:19 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:46:19 +0100 |
commit | abeea80a38682069fe97e69c0c8ca71475497ba0 (patch) | |
tree | 1889ce4d6632eb42cdbf3722b76da5df6f8c330d /build/rpmfc.h | |
parent | 7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff) | |
download | rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2 rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.zip |
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r-- | build/rpmfc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h index 5a2a34389..bb096aa8b 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -3,10 +3,10 @@ #include <magic.h> -#include "rpmlib.h" /* for rpmds, rpmSpec */ -#include "argv.h" /* for ARGV_t */ -#include "stringbuf.h" /* for StringBuf */ -#include "rpmspec.h" /* for Package */ +#include <rpmlib.h> /* for rpmds, rpmSpec */ +#include <argv.h> /* for ARGV_t */ +#include <stringbuf.h> /* for StringBuf */ +#include <rpmspec.h> /* for Package */ #ifdef __cplusplus extern "C" { |