]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: auth: fix useless self-include of auth-t.h
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Jul 2020 19:32:47 +0000 (21:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Jul 2020 19:32:47 +0000 (21:32 +0200)
Since recent include cleanups auth-t.h ended up including itself.

include/haproxy/auth-t.h

index fc8b6ec503af7b8136c8fc6da3e92e71c71cda09..35a1ff628cbacaa57f2dd56a17aff44350cf3f0e 100644 (file)
@@ -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 */