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 /tools/dump.c | |
parent | ff2267faac75d20f0b8e8ebfda7f571403ad5ee5 (diff) | |
download | rpm-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.gz rpm-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.bz2 rpm-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.zip |
Consolidated includes for librpmbuild API.
CVS patchset: 2213
CVS date: 1998/07/30 22:09:42
Diffstat (limited to 'tools/dump.c')
-rw-r--r-- | tools/dump.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/dump.c b/tools/dump.c index a6e75802e..38aaa5578 100644 --- a/tools/dump.c +++ b/tools/dump.c @@ -1,11 +1,7 @@ -#include <errno.h> -#include <fcntl.h> -#include <stdio.h> -#include <unistd.h> -#include <string.h> +#include "system.h" -#include "header.h" #include "rpmlib.h" + #include "intl.h" int main(int argc, char ** argv) |