diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:49:25 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:49:25 +0200 |
commit | 458bf3b208e3efdd880db42c62f3b12b4eed4da0 (patch) | |
tree | 56767c80ee5f75e0670e064066ee26e7449dd79b /build | |
parent | e4d43147ee34310a7753383ffde0e24737fddc1c (diff) | |
download | librpm-tizen-458bf3b208e3efdd880db42c62f3b12b4eed4da0.tar.gz librpm-tizen-458bf3b208e3efdd880db42c62f3b12b4eed4da0.tar.bz2 librpm-tizen-458bf3b208e3efdd880db42c62f3b12b4eed4da0.zip |
Remove bunch of unnecessary rpmlib.h includes
- replace with rpmtypes.h where needed
Diffstat (limited to 'build')
-rw-r--r-- | build/expression.c | 1 | ||||
-rw-r--r-- | build/rpmfc.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/build/expression.c b/build/expression.c index 6edf00f9f..f0c21299b 100644 --- a/build/expression.c +++ b/build/expression.c @@ -14,7 +14,6 @@ #include "system.h" #include <rpm/rpmbuild.h> -#include <rpm/rpmlib.h> #include <rpm/rpmlog.h> #include "debug.h" diff --git a/build/rpmfc.h b/build/rpmfc.h index 7d6dd9f09..ea57fd579 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -8,7 +8,7 @@ #include <magic.h> -#include <rpm/rpmlib.h> /* for rpmds, rpmSpec */ +#include <rpm/rpmtypes.h> #include <rpm/argv.h> /* for ARGV_t */ #include <rpm/rpmstring.h> /* for StringBuf */ #include <rpm/rpmspec.h> /* for Package */ |