From: Willy Tarreau Date: Sun, 5 Jul 2020 19:32:47 +0000 (+0200) Subject: CLEANUP: auth: fix useless self-include of auth-t.h X-Git-Tag: v2.2.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0be8ae2a89b34323df83a7fc4ab68c0cae96398;p=thirdparty%2Fhaproxy.git CLEANUP: auth: fix useless self-include of auth-t.h Since recent include cleanups auth-t.h ended up including itself. --- diff --git a/include/haproxy/auth-t.h b/include/haproxy/auth-t.h index fc8b6ec503..35a1ff628c 100644 --- a/include/haproxy/auth-t.h +++ b/include/haproxy/auth-t.h @@ -15,7 +15,6 @@ #define _HAPROXY_AUTH_T_H #include -#include #define AU_O_INSECURE 0x00000001 /* insecure, unencrypted password */