commit | b0be8ae2a89b34323df83a7fc4ab68c0cae96398 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jul 05 21:32:47 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jul 05 21:32:47 2020 +0200 |
tree | f8b25fd44013f8a4fd874b9a73a3e486d08c9caa | |
parent | 0c439d89566f0d51a67f6f129e11a456594cbae2 [diff] |
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 fc8b6ec..35a1ff6 100644 --- a/include/haproxy/auth-t.h +++ b/include/haproxy/auth-t.h
@@ -15,7 +15,6 @@ #define _HAPROXY_AUTH_T_H #include <haproxy/api-t.h> -#include <haproxy/auth-t.h> #define AU_O_INSECURE 0x00000001 /* insecure, unencrypted password */