From e0e7a74bde52a1aa02d1da758128722598fb6dd8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Aug 2019 18:52:53 +0200 Subject: Align with legacy_6x. * Normalize include order. * Backport missed bug fixes. * Remove dead code. --- gssapi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gssapi.c') diff --git a/gssapi.c b/gssapi.c index 818b599b..5bef92e1 100644 --- a/gssapi.c +++ b/gssapi.c @@ -5,13 +5,14 @@ */ #include "config.h" +#include "fetchmail.h" + #include #include #include #if defined(STDC_HEADERS) #include #endif -#include "fetchmail.h" #include "socket.h" #include "i18n.h" -- cgit v1.2.3