swap order of includes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9078 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-09-19 13:16:44 +00:00
parent 98156296f2
commit ea12077d2b

View File

@@ -134,6 +134,7 @@
#endif
#include <err.h>
#include "roken.h"
#include "pathnames.h"
#include "extern.h"
@@ -141,8 +142,6 @@
#include "security.h"
#include "roken.h"
#ifdef KRB5
#include <krb5.h>
#endif /* KRB5 */