From 14d434925b894dff35f5a53e25ba651218a86634 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 28 Oct 2007 06:49:54 +0100 Subject: [PATCH] Include "rpmbuild.h" instead of . --- build.c | 2 +- build/build.c | 2 +- build/expression.c | 2 +- build/files.c | 2 +- build/pack.c | 2 +- build/parsePreamble.c | 2 +- build/parsePrep.c | 2 +- build/parseSpec.c | 2 +- build/poptBT.c | 2 +- build/rpmfc.c | 2 +- python/rpmts-py.c | 2 +- python/spec-py.h | 2 +- rpmqv.c | 2 +- tools/rpmdeps.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build.c b/build.c index 9fe698d..f1c153b 100644 --- a/build.c +++ b/build.c @@ -5,7 +5,7 @@ #include "system.h" #include "rpmcli.h" -#include +#include "rpmbuild.h" #include "rpmps.h" #include "rpmte.h" diff --git a/build/build.c b/build/build.c index 1a51df5..3d4c4c1 100644 --- a/build/build.c +++ b/build/build.c @@ -6,7 +6,7 @@ #include "system.h" #include "rpmio_internal.h" -#include +#include "rpmbuild.h" #include "rpmerr.h" #include "misc.h" /* XXX for makeTempFile */ diff --git a/build/expression.c b/build/expression.c index abebe72..9a44e79 100644 --- a/build/expression.c +++ b/build/expression.c @@ -13,7 +13,7 @@ #include "system.h" -#include +#include "rpmbuild.h" #include "rpmlib.h" #include "rpmerr.h" diff --git a/build/files.c b/build/files.c index ff4809f..0060763 100644 --- a/build/files.c +++ b/build/files.c @@ -13,7 +13,7 @@ #include "rpmio_internal.h" #include "fts.h" -#include +#include "rpmbuild.h" #include "cpio.h" diff --git a/build/pack.c b/build/pack.c index 2fea2c3..b948f4d 100644 --- a/build/pack.c +++ b/build/pack.c @@ -6,7 +6,7 @@ #include "system.h" #include "rpmio_internal.h" -#include +#include "rpmbuild.h" #include "rpmps.h" diff --git a/build/parsePreamble.c b/build/parsePreamble.c index 9dee049..f65c802 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -6,7 +6,7 @@ #include "system.h" #include "rpmio_internal.h" -#include +#include "rpmbuild.h" #include "rpmerr.h" #include "debug.h" diff --git a/build/parsePrep.c b/build/parsePrep.c index 70a754a..06fccdf 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -6,7 +6,7 @@ #include "system.h" #include "rpmio_internal.h" -#include +#include "rpmbuild.h" #include "rpmerr.h" #include "misc.h" /* XXX for splitString */ #include "debug.h" diff --git a/build/parseSpec.c b/build/parseSpec.c index 8c316c0..eeb1d6e 100644 --- a/build/parseSpec.c +++ b/build/parseSpec.c @@ -6,7 +6,7 @@ #include "system.h" #include "rpmio_internal.h" -#include +#include "rpmbuild.h" #include "rpmds.h" #include "rpmts.h" #include "rpmerr.h" diff --git a/build/poptBT.c b/build/poptBT.c index 18d6d61..4444ef1 100644 --- a/build/poptBT.c +++ b/build/poptBT.c @@ -6,7 +6,7 @@ #include "system.h" #include "rpmcli.h" -#include +#include "rpmbuild.h" #include "build.h" #include "legacy.h" /* XXX _noDirTokens */ diff --git a/build/rpmfc.c b/build/rpmfc.c index a29a600..3c111fb 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -2,7 +2,7 @@ #include /* getOutputFrom() */ -#include +#include "rpmbuild.h" #include "argv.h" #include #include "rpmerr.h" diff --git a/python/rpmts-py.c b/python/rpmts-py.c index b188477..a9e887c 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -7,7 +7,7 @@ #include "rpmlib.h" #include "rpmpgp.h" #include "rpmdb.h" -#include +#include "rpmbuild.h" #include "header-py.h" #include "rpmds-py.h" /* XXX for rpmdsNew */ diff --git a/python/spec-py.h b/python/spec-py.h index d690983..2037c7e 100644 --- a/python/spec-py.h +++ b/python/spec-py.h @@ -1,7 +1,7 @@ #ifndef RPMPYTHON_SPEC #define RPMPYTHON_SPEC -#include +#include "rpmbuild.h" /** \ingroup py_c * \file python/spec-py.h diff --git a/rpmqv.c b/rpmqv.c index 5c3c935..09ca986 100644 --- a/rpmqv.c +++ b/rpmqv.c @@ -12,7 +12,7 @@ const char *__progname; #endif #include "rpmcli.h" -#include +#include "rpmbuild.h" #include "rpmdb.h" #include "rpmdb_internal.h" /* XXX for freeing dbiTags */ diff --git a/tools/rpmdeps.c b/tools/rpmdeps.c index 36e244a..425dcc9 100644 --- a/tools/rpmdeps.c +++ b/tools/rpmdeps.c @@ -1,7 +1,7 @@ #include "system.h" const char *__progname; -#include +#include "rpmbuild.h" #include "argv.h" #include "rpmds.h" #include -- 2.7.4