From c976d091184ed4a5b56dbbd82147a8e71e9b1aec Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 23 May 1990 15:18:47 +0000 Subject: fix include files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@926 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/destroy/kdb5_destroy.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/admin/destroy') diff --git a/src/admin/destroy/kdb5_destroy.c b/src/admin/destroy/kdb5_destroy.c index d88263dc3..9ce08c93a 100644 --- a/src/admin/destroy/kdb5_destroy.c +++ b/src/admin/destroy/kdb5_destroy.c @@ -5,7 +5,7 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file - * . + * . * * kdb_dest(roy): destroy the named database. * @@ -24,14 +24,8 @@ static char rcsid_kdb_dest_c[] = #include #include -#include -#include -#include - #include -#include /* for unlink() */ - -#include /* XXX for MAXPATHLEN */ +#include /* for MAXPATHLEN */ extern int errno; -- cgit