diff options
author | jbj <devnull@localhost> | 1998-07-25 21:00:26 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-07-25 21:00:26 +0000 |
commit | e4151252f8c4e422e18f83616392e3dc53d6d1ab (patch) | |
tree | 2cf6ab880ad881f509ba84c4657dd978592c1698 /lib/rpmlead.c | |
parent | c617a31606aec7fccaf26e0947f15f4cbacf089b (diff) | |
download | rpm-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 'lib/rpmlead.c')
-rw-r--r-- | lib/rpmlead.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c index 7bd24a1b2..0cadecde2 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -1,17 +1,11 @@ -#include "config.h" +#include "system.h" #include "miscfn.h" #if HAVE_MACHINE_TYPES_H # include <machine/types.h> #endif -#include <sys/types.h> #include <netinet/in.h> -#include <stdlib.h> -#include <stdio.h> -#include <unistd.h> -#include <string.h> -#include <errno.h> #include "rpmlib.h" #include "rpmlead.h" |