diff options
author | jbj <devnull@localhost> | 1998-07-30 22:09:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-07-30 22:09:42 +0000 |
commit | 5142bf78e626b861ec1af6be7d81d3bb5c0afe03 (patch) | |
tree | aa6b84c1fb3cf9f267637a719f4f3106e19a1d12 /build/parsePrep.c | |
parent | ff2267faac75d20f0b8e8ebfda7f571403ad5ee5 (diff) | |
download | librpm-tizen-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.gz librpm-tizen-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.bz2 librpm-tizen-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.zip |
Consolidated includes for librpmbuild API.
CVS patchset: 2213
CVS date: 1998/07/30 22:09:42
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r-- | build/parsePrep.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index a2d73b062..d6c55840c 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -1,14 +1,8 @@ #include "system.h" -#include "spec.h" -#include "read.h" -#include "part.h" -#include "rpmlib.h" -#include "lib/misc.h" +#include "rpmbuild.h" + #include "popt/popt.h" -#include "names.h" -#include "misc.h" -#include "config.h" /* These have to be global to make up for stupid compilers */ static int leaveDirs, skipDefaultAction; |