rearrange #include files to avoid baggage
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 11:20:09 +0000 (11:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 11:20:09 +0000 (11:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@115 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ustime.c

index e9b802d4c192db015a1e18c07ed782817b81e8f8..5e095a6b09b310dd80dbede1229fa01c930c3236 100644 (file)
@@ -17,11 +17,11 @@ static char rcsid_mstime_c[] =
 
 #include <krb5/copyright.h>
 
-#include <sys/time.h>
-#include <errno.h>
-#include <stdio.h>
+#include <sys/time.h>                  /* for timeval */
+#include <stdio.h>                     /* needed for libos-proto.h */
 
-#include <krb5/krb5.h>
+#include <krb5/config.h>
+#include <krb5/base-defs.h>
 #include <krb5/libos-proto.h>
 
 extern int errno;