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 /lib/rpmlead.c | |
parent | 7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff) | |
download | librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2 librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.zip |
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r-- | lib/rpmlead.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c index 981ce1c11..eb51d24c9 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -6,11 +6,11 @@ #include <netinet/in.h> -#include "rpmlib.h" +#include <rpmlib.h> #include "signature.h" #include "rpmlead.h" -#include "rpmlog.h" +#include <rpmlog.h> #include "debug.h" static unsigned char lead_magic[] = { |