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 | |
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 'build')
-rw-r--r-- | build/build.c | 4 | ||||
-rw-r--r-- | build/buildio.h | 2 | ||||
-rw-r--r-- | build/expression.c | 6 | ||||
-rw-r--r-- | build/files.c | 14 | ||||
-rw-r--r-- | build/misc.c | 2 | ||||
-rw-r--r-- | build/names.c | 2 | ||||
-rw-r--r-- | build/pack.c | 10 | ||||
-rw-r--r-- | build/parseBuildInstallClean.c | 4 | ||||
-rw-r--r-- | build/parseChangelog.c | 4 | ||||
-rw-r--r-- | build/parseDescription.c | 4 | ||||
-rw-r--r-- | build/parseFiles.c | 4 | ||||
-rw-r--r-- | build/parsePreamble.c | 4 | ||||
-rw-r--r-- | build/parsePrep.c | 4 | ||||
-rw-r--r-- | build/parseReqs.c | 4 | ||||
-rw-r--r-- | build/parseScript.c | 4 | ||||
-rw-r--r-- | build/parseSpec.c | 8 | ||||
-rw-r--r-- | build/poptBT.c | 4 | ||||
-rw-r--r-- | build/reqprov.c | 2 | ||||
-rw-r--r-- | build/rpmbuild.h | 6 | ||||
-rw-r--r-- | build/rpmfc.c | 12 | ||||
-rw-r--r-- | build/rpmfc.h | 8 | ||||
-rw-r--r-- | build/rpmspec.h | 4 | ||||
-rw-r--r-- | build/spec.c | 8 |
23 files changed, 62 insertions, 62 deletions
diff --git a/build/build.c b/build/build.c index 82235b3e9..25c3d444f 100644 --- a/build/build.c +++ b/build/build.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "misc.h" /* XXX for makeTempFile */ #include "debug.h" diff --git a/build/buildio.h b/build/buildio.h index 250ced6ee..f2ab33fc5 100644 --- a/build/buildio.h +++ b/build/buildio.h @@ -8,7 +8,7 @@ * @todo Eliminate, merge into rpmlib. */ -#include "rpmbuild.h" +#include <rpmbuild.h> #ifdef __cplusplus extern "C" { diff --git a/build/expression.c b/build/expression.c index b668402f5..a3c799ee8 100644 --- a/build/expression.c +++ b/build/expression.c @@ -13,9 +13,9 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlib.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlib.h> +#include <rpmlog.h> #include "debug.h" diff --git a/build/files.c b/build/files.c index 62120c52c..c79a300f6 100644 --- a/build/files.c +++ b/build/files.c @@ -10,28 +10,28 @@ #include <regex.h> -#include "rpmpgp.h" +#include <rpmpgp.h> #include "rpmio_internal.h" /* XXX rpmioSlurp */ #include "fts.h" -#include "rpmbuild.h" +#include <rpmbuild.h> #include "cpio.h" -#include "argv.h" -#include "rpmfc.h" +#include <argv.h> +#include <rpmfc.h> #define _RPMFI_INTERNAL /* XXX pretty much all rpmfi internals... */ -#include "rpmfi.h" +#include <rpmfi.h> #define _RPMTE_INTERNAL /* XXX rpmte init */ -#include "rpmte.h" +#include <rpmte.h> #include "buildio.h" #include "legacy.h" /* XXX domd5, expandFileList, compressFileList */ #include "misc.h" /* for splitString, freeSplitString */ -#include "rpmlog.h" +#include <rpmlog.h> #include "debug.h" #define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; } diff --git a/build/misc.c b/build/misc.c index 05e08067e..c084dcf40 100644 --- a/build/misc.c +++ b/build/misc.c @@ -3,7 +3,7 @@ */ #include "system.h" -#include "rpmbuild.h" +#include <rpmbuild.h> #include "debug.h" int parseNum(const char * line, int * res) diff --git a/build/names.c b/build/names.c index 3a3c1b7d7..31e142791 100644 --- a/build/names.c +++ b/build/names.c @@ -6,7 +6,7 @@ #include "system.h" -#include "rpmbuild.h" +#include <rpmbuild.h> #include "debug.h" typedef const char * ugstr_t; diff --git a/build/pack.c b/build/pack.c index 6125faf02..17bc66018 100644 --- a/build/pack.c +++ b/build/pack.c @@ -6,17 +6,17 @@ #include "system.h" #include "rpmio_internal.h" /* fdInitDigest, fdFiniDigest */ -#include "rpmbuild.h" +#include <rpmbuild.h> -#include "rpmps.h" +#include <rpmps.h> #include "cpio.h" #include "fsm.h" #include "psm.h" #define _RPMFI_INTERNAL /* XXX fi->fsm */ -#include "rpmfi.h" -#include "rpmts.h" +#include <rpmfi.h> +#include <rpmts.h> #include "buildio.h" @@ -24,7 +24,7 @@ #include "signature.h" #include "rpmlead.h" #include "misc.h" /* XXX for makeTempFile */ -#include "rpmlog.h" +#include <rpmlog.h> #include "debug.h" /** diff --git a/build/parseBuildInstallClean.c b/build/parseBuildInstallClean.c index 1010e6469..f4c8ad5fc 100644 --- a/build/parseBuildInstallClean.c +++ b/build/parseBuildInstallClean.c @@ -4,8 +4,8 @@ */ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" diff --git a/build/parseChangelog.c b/build/parseChangelog.c index 52985705d..b8bcd1c4f 100644 --- a/build/parseChangelog.c +++ b/build/parseChangelog.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" #define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; } diff --git a/build/parseDescription.c b/build/parseDescription.c index 89fb2a3cb..6d598b8fe 100644 --- a/build/parseDescription.c +++ b/build/parseDescription.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" extern int noLang; diff --git a/build/parseFiles.c b/build/parseFiles.c index bf1e2ba15..8549b4443 100644 --- a/build/parseFiles.c +++ b/build/parseFiles.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" /* These have to be global scope to make up for *stupid* compilers */ diff --git a/build/parsePreamble.c b/build/parsePreamble.c index f6bd90ced..226ddd1dc 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" #define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; } diff --git a/build/parsePrep.c b/build/parsePrep.c index ff49679c1..7f5b734d1 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "misc.h" /* XXX for splitString */ #include "debug.h" diff --git a/build/parseReqs.c b/build/parseReqs.c index cff482f5a..1f9bf86b1 100644 --- a/build/parseReqs.c +++ b/build/parseReqs.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" /** diff --git a/build/parseScript.c b/build/parseScript.c index 7586da647..c4ae16088 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -5,8 +5,8 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmlog.h> #include "debug.h" #include "rpmlua.h" diff --git a/build/parseSpec.c b/build/parseSpec.c index 796c15b02..ddc29b89f 100644 --- a/build/parseSpec.c +++ b/build/parseSpec.c @@ -5,10 +5,10 @@ #include "system.h" -#include "rpmbuild.h" -#include "rpmds.h" -#include "rpmts.h" -#include "rpmlog.h" +#include <rpmbuild.h> +#include <rpmds.h> +#include <rpmts.h> +#include <rpmlog.h> #include "debug.h" #define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; } diff --git a/build/poptBT.c b/build/poptBT.c index 3770248d1..492266ef4 100644 --- a/build/poptBT.c +++ b/build/poptBT.c @@ -5,10 +5,10 @@ #include "system.h" -#include "rpmbuild.h" +#include <rpmbuild.h> #include "legacy.h" /* XXX _noDirTokens */ -#include "rpmlog.h" +#include <rpmlog.h> #include "debug.h" struct rpmBuildArguments_s rpmBTArgs; diff --git a/build/reqprov.c b/build/reqprov.c index e4575e014..f0ffe27a9 100644 --- a/build/reqprov.c +++ b/build/reqprov.c @@ -5,7 +5,7 @@ #include "system.h" -#include "rpmbuild.h" +#include <rpmbuild.h> #include "debug.h" int addReqProv(rpmSpec spec, Header h, rpmTag tagN, diff --git a/build/rpmbuild.h b/build/rpmbuild.h index 8abdc507b..e7aeaf97c 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -6,13 +6,13 @@ * This is the *only* module users of librpmbuild should need to include. */ -#include "rpmcli.h" +#include <rpmcli.h> /* and it shouldn't need these :-( */ -#include "stringbuf.h" +#include <stringbuf.h> /* but this will be needed */ -#include "rpmspec.h" +#include <rpmspec.h> #ifdef __cplusplus extern "C" { diff --git a/build/rpmfc.c b/build/rpmfc.c index 4199a78ae..6408ac316 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 <rpmbuild.h> +#include <argv.h> +#include <rpmfc.h> +#include <rpmlog.h> -#include "rpmds.h" -#include "rpmfi.h" +#include <rpmds.h> +#include <rpmfi.h> #if HAVE_GELF_H #include <gelf.h> 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" { diff --git a/build/rpmspec.h b/build/rpmspec.h index 52ab7b9d9..33a49f24a 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -6,8 +6,8 @@ * The rpmSpec and Package data structures used during build. */ -#include "stringbuf.h" /* StringBuf */ -#include "rpmcli.h" /* for QVA_t */ +#include <stringbuf.h> /* StringBuf */ +#include <rpmcli.h> /* for QVA_t */ #ifdef __cplusplus extern "C" { diff --git a/build/spec.c b/build/spec.c index 4a6e29385..558837cc6 100644 --- a/build/spec.c +++ b/build/spec.c @@ -6,10 +6,10 @@ #include "system.h" #include "buildio.h" -#include "rpmds.h" -#include "rpmfi.h" -#include "rpmts.h" -#include "rpmlog.h" +#include <rpmds.h> +#include <rpmfi.h> +#include <rpmts.h> +#include <rpmlog.h> #include "debug.h" |