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. --- checkalias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkalias.c') diff --git a/checkalias.c b/checkalias.c index eb92ff00..4da77656 100644 --- a/checkalias.c +++ b/checkalias.c @@ -5,6 +5,7 @@ * For license terms, see the file COPYING in this directory. */ #include "config.h" +#include "fetchmail.h" #include #include #include @@ -21,7 +22,6 @@ #include #include "i18n.h" #include "mx.h" -#include "fetchmail.h" #include "getaddrinfo.h" #define MX_RETRIES 3 -- cgit v1.2.3