From 7145a8e9084c710229c91595e3c4c9d9b0aa11a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 15 Jan 2022 20:40:38 -0500 Subject: [PATCH] gssapi/mech: mech_locl.h roken.h must be included earlier If included roken.h should be immediately following config.h. Doing so ensures that all platform specific headers are included in the proper order and avoids unnecessary includes of headers managed by roken.h. Change-Id: I27f11b42300b6ebcfbcc8d2c53915e96b6eec1d9 --- lib/gssapi/mech/mech_locl.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lib/gssapi/mech/mech_locl.h b/lib/gssapi/mech/mech_locl.h index 0d74091e0..d451b87c4 100644 --- a/lib/gssapi/mech/mech_locl.h +++ b/lib/gssapi/mech/mech_locl.h @@ -35,24 +35,17 @@ #include +#include + #include -#include - -#include -#include -#include #include -#include -#include #include #include #include -#include - #include #include #include