]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: test-mech - Fix include ordering
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 4 Aug 2020 13:16:18 +0000 (16:16 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 27 Aug 2020 06:20:17 +0000 (06:20 +0000)
Required by the following change.

src/auth/test-mech.c

index ea2275a2460a080741efa20025c5c382c8cfcb91..d9429c95d821f3ef56915e2acfbce4bd03d3ec4c 100644 (file)
@@ -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 <unistd.h>