From: Timo Sirainen Date: Tue, 4 Aug 2020 13:16:18 +0000 (+0300) Subject: auth: test-mech - Fix include ordering X-Git-Tag: 2.3.13~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c698ff01ef969720952c8624a2a0c2b5b508979;p=thirdparty%2Fdovecot%2Fcore.git auth: test-mech - Fix include ordering Required by the following change. --- diff --git a/src/auth/test-mech.c b/src/auth/test-mech.c index ea2275a246..d9429c95d8 100644 --- a/src/auth/test-mech.c +++ b/src/auth/test-mech.c @@ -1,6 +1,6 @@ /* Copyright (c) 2020 Dovecot authors, see the included COPYING file */ -#include "lib.h" +#include "test-auth.h" #include "auth.h" #include "str.h" #include "auth-common.h" @@ -12,8 +12,6 @@ #include "mech-otp-skey-common.h" #include "settings-parser.h" #include "password-scheme.h" -#include "test-common.h" -#include "test-auth.h" #include "auth-token.h" #include