summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 11:49:25 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 11:49:25 +0200
commit458bf3b208e3efdd880db42c62f3b12b4eed4da0 (patch)
tree56767c80ee5f75e0670e064066ee26e7449dd79b /build
parente4d43147ee34310a7753383ffde0e24737fddc1c (diff)
downloadlibrpm-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.c1
-rw-r--r--build/rpmfc.h2
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 */