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 /rpmdb/rpmdb.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 'rpmdb/rpmdb.c')
-rw-r--r-- | rpmdb/rpmdb.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c index cef7d3330..13d3bfccb 100644 --- a/rpmdb/rpmdb.c +++ b/rpmdb/rpmdb.c @@ -14,15 +14,15 @@ #include <regex.h> -#include "rpmurl.h" -#include "rpmpgp.h" -#include "rpmpgp.h" -#include "rpmmacro.h" -#include "rpmsq.h" +#include <rpmurl.h> +#include <rpmpgp.h> +#include <rpmpgp.h> +#include <rpmmacro.h> +#include <rpmsq.h> -#include "rpmlog.h" +#include <rpmlog.h> #include "rpmdb_internal.h" -#include "rpmdb.h" +#include <rpmdb.h> #include "fprint.h" #include "legacy.h" #include "header_internal.h" /* XXX for HEADERFLAG_ALLOCATED */ |