summaryrefslogtreecommitdiff
path: root/rpm2cpio.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-07-25 21:00:26 +0000
committerjbj <devnull@localhost>1998-07-25 21:00:26 +0000
commite4151252f8c4e422e18f83616392e3dc53d6d1ab (patch)
tree2cf6ab880ad881f509ba84c4657dd978592c1698 /rpm2cpio.c
parentc617a31606aec7fccaf26e0947f15f4cbacf089b (diff)
downloadrpm-e4151252f8c4e422e18f83616392e3dc53d6d1ab.tar.gz
rpm-e4151252f8c4e422e18f83616392e3dc53d6d1ab.tar.bz2
rpm-e4151252f8c4e422e18f83616392e3dc53d6d1ab.zip
Aggregate system includes into system.h.
Rearrange functions to minimize exported routines in librpmbuild API. VS: ---------------------------------------------------------------------- CVS patchset: 2183 CVS date: 1998/07/25 21:00:26
Diffstat (limited to 'rpm2cpio.c')
-rw-r--r--rpm2cpio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c
index 67b6c2295..17f6902fd 100644
--- a/rpm2cpio.c
+++ b/rpm2cpio.c
@@ -1,8 +1,7 @@
/* rpmarchive: spit out the main archive portion of a package */
-#include <stdio.h>
-#include <unistd.h>
-#include <fcntl.h>
+#include "system.h"
+
#include <zlib.h>
#include "rpmlib.h"