summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-18 11:20:09 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-18 11:20:09 +0000
commit70f28ff23ab2aac17fa977bda6f23c1751e0aa27 (patch)
tree3b567ddad88e3a07dbac5e8013a8c0894f4454fd /src/lib
parent6d958ff2f027263d96daf99f3d3efbd24ebe8d00 (diff)
rearrange #include files to avoid baggage
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@115 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/ustime.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/krb5/os/ustime.c b/src/lib/krb5/os/ustime.c
index e9b802d4c1..5e095a6b09 100644
--- a/src/lib/krb5/os/ustime.c
+++ b/src/lib/krb5/os/ustime.c
@@ -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;