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/pack.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/pack.c')
-rw-r--r-- | build/pack.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/build/pack.c b/build/pack.c index 9fc2ee8f2..fb34b4531 100644 --- a/build/pack.c +++ b/build/pack.c @@ -1,22 +1,14 @@ #include "system.h" #include <signal.h> -#include <time.h> -#include "spec.h" -#include "header.h" -#include "misc.h" -#include "reqprov.h" -#include "names.h" -#include "macro.h" +#include "rpmbuild.h" -#include "rpmlib.h" #include "files.h" + #include "lib/cpio.h" -#include "lib/misc.h" #include "lib/signature.h" #include "lib/rpmlead.h" -#include "lib/messages.h" #define RPM_MAJOR_NUMBER 3 |