mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: auth: fix useless self-include of auth-t.h
Since recent include cleanups auth-t.h ended up including itself.
This commit is contained in:
parent
0c439d8956
commit
b0be8ae2a8
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue