Remove <time.h> include. Kerberos header files now take care of this
authorJohn Carr <jfc@mit.edu>
Wed, 31 Oct 1990 14:46:01 +0000 (14:46 +0000)
committerJohn Carr <jfc@mit.edu>
Wed, 31 Oct 1990 14:46:01 +0000 (14:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1381 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/u2gen.c

index 62ab6353d0aca63f5e7babdae0838ec6c6869bd1..a9bd94cb6dc153629d74867aa83ed4b48828e0eb 100644 (file)
@@ -16,9 +16,8 @@ static char rcsid_u2gen_c[] =
 #endif /* lint || saber */
 
 #include <krb5/copyright.h>
-#include <krb5/krb5.h>
+#include <krb5/krb5.h>                 /* includes <time.h> */
 
-#include <time.h>
 #include <isode/psap.h>
 #include <krb5/asn1.h>
 #include "asn1glue.h"