]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: acme: remove duplicate includes
authorWilliam Lallemand <wlallemand@irq6.net>
Thu, 19 Feb 2026 22:57:20 +0000 (23:57 +0100)
committerWilliam Lallemand <wlallemand@irq6.net>
Thu, 19 Feb 2026 22:57:20 +0000 (23:57 +0100)
Remove a bunch of duplicate includes in acme.c.

src/acme.c

index 10fb6baa369ebc7f1b6979378aca697f3f5c6015..28cdd076c3598251b42f84a36efbecb1656e45f7 100644 (file)
 
 #include <haproxy/acme-t.h>
 
-#include <haproxy/cli.h>
-#include <haproxy/cfgparse.h>
-#include <haproxy/errors.h>
-#include <haproxy/jws.h>
-
 #include <haproxy/base64.h>
 #include <haproxy/cfgparse.h>
 #include <haproxy/cli.h>