only use stdio.h once
authorJohn Kohl <jtkohl@mit.edu>
Tue, 20 Nov 1990 15:27:05 +0000 (15:27 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 20 Nov 1990 15:27:05 +0000 (15:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1483 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kinit/kinit.c

index f4785a861925160b606ae9bedcc740313761b2a1..f75e1dd1f7812c586192df04571926a739cddce5 100644 (file)
@@ -24,7 +24,6 @@ static char rcsid_kinit_c [] =
 #include <krb5/libos-proto.h>
 
 #include <com_err.h>
-#include <stdio.h>
 
 #define KRB5_DEFAULT_OPTIONS 0
 #define KRB5_DEFAULT_LIFE 60*60*8 /* 8 hours */