aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/preauth.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-23 20:48:59 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-23 20:48:59 +0000
commit61bf8b459f27898806ce780c949d5895a12a5fb1 (patch)
treee8f39ce1e76f4a40e718af4cc750202e61e5e72d /src/lib/krb5/krb/preauth.c
parenta3dc0166b47f4fcec8784831bfb26814623dc309 (diff)
downloadkrb5-61bf8b459f27898806ce780c949d5895a12a5fb1.zip
krb5-61bf8b459f27898806ce780c949d5895a12a5fb1.tar.gz
krb5-61bf8b459f27898806ce780c949d5895a12a5fb1.tar.bz2
Rearrange #include files so that krb5.h gets included first, so that
the debugging information can be more efficiently collapsed since the type numbers will be the same. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5853 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/preauth.c')
-rw-r--r--src/lib/krb5/krb/preauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/preauth.c b/src/lib/krb5/krb/preauth.c
index 00c17a9a..24269e0 100644
--- a/src/lib/krb5/krb/preauth.c
+++ b/src/lib/krb5/krb/preauth.c
@@ -37,9 +37,9 @@
* into different files.... [tytso:19920903.1618EDT]
*/
+#include "k5-int.h"
#include <stdio.h>
#include <time.h>
-#include "k5-int.h"
#include <syslog.h>
#ifdef _MSDOS
#define getpid _getpid