From ea12077d2b584e1a97c2583c2b22e1392137eceb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Sep 2000 13:16:44 +0000 Subject: [PATCH] swap order of includes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9078 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index a6b894a1e..913169f22 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -134,6 +134,7 @@ #endif #include +#include "roken.h" #include "pathnames.h" #include "extern.h" @@ -141,8 +142,6 @@ #include "security.h" -#include "roken.h" - #ifdef KRB5 #include #endif /* KRB5 */