From 123082e1cb0a08e1c2543a5da2f4350e90de72e5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 21 Feb 1997 00:05:34 +0000 Subject: [PATCH] fix include order git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1252 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 6 +++--- lib/roken/roken.h.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index f9c78a444..d308a52ac 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -45,12 +45,12 @@ #include #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif #ifdef HAVE_GRP_H #include #endif diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index f9c78a444..d308a52ac 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -45,12 +45,12 @@ #include #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif #ifdef HAVE_GRP_H #include #endif