aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/t_kerb.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/t_kerb.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/t_kerb.c')
-rw-r--r--src/lib/krb5/krb/t_kerb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/t_kerb.c b/src/lib/krb5/krb/t_kerb.c
index f2dcf8a..ef0537e 100644
--- a/src/lib/krb5/krb/t_kerb.c
+++ b/src/lib/krb5/krb/t_kerb.c
@@ -3,6 +3,7 @@
* routines.
*/
+#include "krb5.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -12,7 +13,6 @@
#include <arpa/inet.h>
#include "com_err.h"
-#include "krb5.h"
void test_425_conv_principal(ctx, name, inst, realm)