aboutsummaryrefslogtreecommitdiffstats
path: root/checkalias.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-08-25 18:52:53 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-25 18:52:53 +0200
commite0e7a74bde52a1aa02d1da758128722598fb6dd8 (patch)
tree3064dd064dcde0969467c6d2e068d8ccbbd648b1 /checkalias.c
parent5256f6122e9843b1e9988a742ed6c2a4923bc2bd (diff)
downloadfetchmail-e0e7a74bde52a1aa02d1da758128722598fb6dd8.tar.gz
fetchmail-e0e7a74bde52a1aa02d1da758128722598fb6dd8.tar.bz2
fetchmail-e0e7a74bde52a1aa02d1da758128722598fb6dd8.zip
Align with legacy_6x.
* Normalize include order. * Backport missed bug fixes. * Remove dead code.
Diffstat (limited to 'checkalias.c')
-rw-r--r--checkalias.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -21,7 +22,6 @@
#include <netdb.h>
#include "i18n.h"
#include "mx.h"
-#include "fetchmail.h"
#include "getaddrinfo.h"
#define MX_RETRIES 3