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 /lib/uninstall.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 'lib/uninstall.c')
-rw-r--r-- | lib/uninstall.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/uninstall.c b/lib/uninstall.c index 95099641e..7405bf305 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -1,10 +1,7 @@ #include "system.h" -#include "miscfn.h" -#include <sys/time.h> -#include <sys/resource.h> +#include "rpmlib.h" -#include "dbindex.h" #include "depends.h" #include "install.h" #include "intl.h" @@ -12,7 +9,6 @@ #include "md5.h" #include "misc.h" #include "rpmdb.h" -#include "rpmlib.h" static char * SCRIPT_PATH = "PATH=/sbin:/bin:/usr/sbin:/usr/bin:" "/usr/X11R6/bin"; |