From b0be8ae2a89b34323df83a7fc4ab68c0cae96398 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 5 Jul 2020 21:32:47 +0200 Subject: [PATCH] CLEANUP: auth: fix useless self-include of auth-t.h Since recent include cleanups auth-t.h ended up including itself. --- include/haproxy/auth-t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/auth-t.h b/include/haproxy/auth-t.h index fc8b6ec50..35a1ff628 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 */