diff --git a/include/haproxy/acl-t.h b/include/haproxy/acl-t.h index a96aa428d..e7de2a21d 100644 --- a/include/haproxy/acl-t.h +++ b/include/haproxy/acl-t.h @@ -22,7 +22,6 @@ #ifndef _HAPROXY_ACL_T_H #define _HAPROXY_ACL_T_H -#include #include #include diff --git a/include/haproxy/api-t.h b/include/haproxy/api-t.h index e82f54b65..edb33a859 100644 --- a/include/haproxy/api-t.h +++ b/include/haproxy/api-t.h @@ -35,5 +35,6 @@ #include #include #include +#include #endif /* _HAPROXY_TYPES_H */ diff --git a/include/haproxy/arg-t.h b/include/haproxy/arg-t.h index 04d2d9e4f..55d7e443c 100644 --- a/include/haproxy/arg-t.h +++ b/include/haproxy/arg-t.h @@ -26,7 +26,6 @@ #include #include -#include #include #include #include diff --git a/include/haproxy/auth-t.h b/include/haproxy/auth-t.h index 26716acda..fc8b6ec50 100644 --- a/include/haproxy/auth-t.h +++ b/include/haproxy/auth-t.h @@ -16,7 +16,6 @@ #include #include -#include #define AU_O_INSECURE 0x00000001 /* insecure, unencrypted password */ diff --git a/include/haproxy/cfgparse.h b/include/haproxy/cfgparse.h index 646384e31..15a46ec8a 100644 --- a/include/haproxy/cfgparse.h +++ b/include/haproxy/cfgparse.h @@ -24,7 +24,6 @@ #include #include -#include #include /* configuration sections */ diff --git a/include/haproxy/check-t.h b/include/haproxy/check-t.h index 901805dd4..727f837bb 100644 --- a/include/haproxy/check-t.h +++ b/include/haproxy/check-t.h @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/include/haproxy/check.h b/include/haproxy/check.h index 1d3340ad6..a1bdb012d 100644 --- a/include/haproxy/check.h +++ b/include/haproxy/check.h @@ -23,7 +23,6 @@ #define _HAPROXY_CHECKS_H #include -#include #include #include diff --git a/include/haproxy/cli-t.h b/include/haproxy/cli-t.h index bfa3a34a7..8f12fee42 100644 --- a/include/haproxy/cli-t.h +++ b/include/haproxy/cli-t.h @@ -23,7 +23,6 @@ #define _HAPROXY_CLI_T_H #include -#include /* Access level for a stats socket */ #define ACCESS_LVL_NONE 0 diff --git a/include/haproxy/connection-t.h b/include/haproxy/connection-t.h index 3755e83e4..ff0ba92e7 100644 --- a/include/haproxy/connection-t.h +++ b/include/haproxy/connection-t.h @@ -31,7 +31,6 @@ #include #include -#include #include #include #include diff --git a/include/haproxy/dns-t.h b/include/haproxy/dns-t.h index 6816b0835..9ba60012c 100644 --- a/include/haproxy/dns-t.h +++ b/include/haproxy/dns-t.h @@ -25,7 +25,6 @@ #include #include -#include #include #include #include diff --git a/include/haproxy/dynbuf-t.h b/include/haproxy/dynbuf-t.h index 451d58c53..b76b30bdc 100644 --- a/include/haproxy/dynbuf-t.h +++ b/include/haproxy/dynbuf-t.h @@ -22,7 +22,6 @@ #ifndef _HAPROXY_DYNBUF_T_H #define _HAPROXY_DYNBUF_T_H -#include /* an element of the list. It represents an object that need to * acquire a buffer to continue its process. */ diff --git a/include/haproxy/dynbuf.h b/include/haproxy/dynbuf.h index 01a784d4f..fb72b0a9b 100644 --- a/include/haproxy/dynbuf.h +++ b/include/haproxy/dynbuf.h @@ -32,7 +32,6 @@ #include #include #include -#include #include extern struct pool_head *pool_head_buffer; diff --git a/include/haproxy/fcgi-app-t.h b/include/haproxy/fcgi-app-t.h index 314826097..10cb1785f 100644 --- a/include/haproxy/fcgi-app-t.h +++ b/include/haproxy/fcgi-app-t.h @@ -30,7 +30,6 @@ #include #include #include -#include #include #define FCGI_APP_FL_KEEP_CONN 0x00000001 /* Keep the connection alive */ diff --git a/include/haproxy/filters-t.h b/include/haproxy/filters-t.h index f41fa1090..d2f8c7386 100644 --- a/include/haproxy/filters-t.h +++ b/include/haproxy/filters-t.h @@ -22,7 +22,6 @@ #define _HAPROXY_FILTERS_T_H #include -#include /* Flags set on a filter config */ #define FLT_CFG_FL_HTX 0x00000001 /* The filter can filter HTX streams */ diff --git a/include/haproxy/global-t.h b/include/haproxy/global-t.h index 078889d78..7db541209 100644 --- a/include/haproxy/global-t.h +++ b/include/haproxy/global-t.h @@ -25,7 +25,6 @@ #include #include #include -#include #include /* modes of operation (global.mode) */ diff --git a/include/haproxy/hlua-t.h b/include/haproxy/hlua-t.h index 6764bfa57..391310c10 100644 --- a/include/haproxy/hlua-t.h +++ b/include/haproxy/hlua-t.h @@ -29,7 +29,6 @@ #include -#include #include #include #include diff --git a/include/haproxy/http_htx-t.h b/include/haproxy/http_htx-t.h index 9ca06a03e..8051925e2 100644 --- a/include/haproxy/http_htx-t.h +++ b/include/haproxy/http_htx-t.h @@ -29,7 +29,6 @@ #include #include #include -#include /* Context used to find/remove an HTTP header. */ struct http_hdr_ctx { diff --git a/include/haproxy/list.h b/include/haproxy/list.h index a35502c67..2f2699f17 100644 --- a/include/haproxy/list.h +++ b/include/haproxy/list.h @@ -23,7 +23,6 @@ #define _HAPROXY_LIST_H #include -#include #include /* First undefine some macros which happen to also be defined on OpenBSD, diff --git a/include/haproxy/listener-t.h b/include/haproxy/listener-t.h index 4412cf7be..224e32513 100644 --- a/include/haproxy/listener-t.h +++ b/include/haproxy/listener-t.h @@ -28,7 +28,6 @@ #include #include -#include #include #include diff --git a/include/haproxy/log-t.h b/include/haproxy/log-t.h index bee43283f..2fcce43bd 100644 --- a/include/haproxy/log-t.h +++ b/include/haproxy/log-t.h @@ -27,7 +27,6 @@ #include #include -#include #include #include diff --git a/include/haproxy/mailers-t.h b/include/haproxy/mailers-t.h index 076a9f76d..0fa3197a9 100644 --- a/include/haproxy/mailers-t.h +++ b/include/haproxy/mailers-t.h @@ -32,7 +32,6 @@ #include #include -#include #include #include diff --git a/include/haproxy/pattern-t.h b/include/haproxy/pattern-t.h index 63e4c7271..c9a14a825 100644 --- a/include/haproxy/pattern-t.h +++ b/include/haproxy/pattern-t.h @@ -25,7 +25,6 @@ #include #include -#include #include #include #include diff --git a/include/haproxy/peers-t.h b/include/haproxy/peers-t.h index a681cff67..0f8db66cc 100644 --- a/include/haproxy/peers-t.h +++ b/include/haproxy/peers-t.h @@ -31,7 +31,6 @@ #include #include -#include #include diff --git a/include/haproxy/protocol-t.h b/include/haproxy/protocol-t.h index cc762aefa..83620db41 100644 --- a/include/haproxy/protocol-t.h +++ b/include/haproxy/protocol-t.h @@ -27,7 +27,6 @@ #include #include -#include /* some pointer types referenced below */ struct listener; diff --git a/include/haproxy/proxy-t.h b/include/haproxy/proxy-t.h index 5cdba708f..20cc3c9e1 100644 --- a/include/haproxy/proxy-t.h +++ b/include/haproxy/proxy-t.h @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include diff --git a/include/haproxy/ring-t.h b/include/haproxy/ring-t.h index e1f9468dc..a379265cf 100644 --- a/include/haproxy/ring-t.h +++ b/include/haproxy/ring-t.h @@ -24,7 +24,6 @@ #include #include -#include #include /* The code below handles circular buffers with single-producer and multiple diff --git a/include/haproxy/sample-t.h b/include/haproxy/sample-t.h index 2873037fb..d11c411dd 100644 --- a/include/haproxy/sample-t.h +++ b/include/haproxy/sample-t.h @@ -24,7 +24,6 @@ #define _HAPROXY_SAMPLE_T_H #include -#include #include /* input and output sample types */ diff --git a/include/haproxy/server-t.h b/include/haproxy/server-t.h index 1db69b461..48ed176eb 100644 --- a/include/haproxy/server-t.h +++ b/include/haproxy/server-t.h @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include diff --git a/include/haproxy/session-t.h b/include/haproxy/session-t.h index b47760c6c..3bb753acf 100644 --- a/include/haproxy/session-t.h +++ b/include/haproxy/session-t.h @@ -29,7 +29,6 @@ #include #include -#include #include #include #include diff --git a/include/haproxy/signal-t.h b/include/haproxy/signal-t.h index 3991f56ea..85d4b3396 100644 --- a/include/haproxy/signal-t.h +++ b/include/haproxy/signal-t.h @@ -16,7 +16,6 @@ #include #include -#include /* flags for -> flags */ #define SIG_F_ONE_SHOOT 0x0001 /* unregister handler before calling it */ diff --git a/include/haproxy/sink-t.h b/include/haproxy/sink-t.h index a2464357c..e3922d856 100644 --- a/include/haproxy/sink-t.h +++ b/include/haproxy/sink-t.h @@ -24,7 +24,6 @@ #include #include -#include /* A sink may be of 4 distinct types : * - file descriptor (such as stdout) diff --git a/include/haproxy/sink.h b/include/haproxy/sink.h index 6b2ce613d..025fa4185 100644 --- a/include/haproxy/sink.h +++ b/include/haproxy/sink.h @@ -23,7 +23,6 @@ #define _HAPROXY_SINK_H #include -#include #include #include diff --git a/include/haproxy/spoe-t.h b/include/haproxy/spoe-t.h index bd9bdb2bc..dbfe0cb47 100644 --- a/include/haproxy/spoe-t.h +++ b/include/haproxy/spoe-t.h @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/include/haproxy/ssl_ckch-t.h b/include/haproxy/ssl_ckch-t.h index d102887af..a811ee30f 100644 --- a/include/haproxy/ssl_ckch-t.h +++ b/include/haproxy/ssl_ckch-t.h @@ -35,7 +35,6 @@ #include #include -#include #include /* This is used to preload the certificate, private key diff --git a/include/haproxy/ssl_crtlist-t.h b/include/haproxy/ssl_crtlist-t.h index 6ca48b5d9..7ec8aa9f0 100644 --- a/include/haproxy/ssl_crtlist-t.h +++ b/include/haproxy/ssl_crtlist-t.h @@ -26,7 +26,6 @@ #include #include -#include /* forward declarations for structures below */ struct bind_conf; diff --git a/include/haproxy/ssl_sock-t.h b/include/haproxy/ssl_sock-t.h index fbaa8f068..d54469c9e 100644 --- a/include/haproxy/ssl_sock-t.h +++ b/include/haproxy/ssl_sock-t.h @@ -29,7 +29,6 @@ #include #include /* struct wait_event */ -#include #include #include #include diff --git a/include/haproxy/stream-t.h b/include/haproxy/stream-t.h index 525373c8b..964011197 100644 --- a/include/haproxy/stream-t.h +++ b/include/haproxy/stream-t.h @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include diff --git a/include/haproxy/task-t.h b/include/haproxy/task-t.h index 872918815..2ea2b3ca5 100644 --- a/include/haproxy/task-t.h +++ b/include/haproxy/task-t.h @@ -28,7 +28,6 @@ #include #include -#include #include /* values for task->state */ diff --git a/include/haproxy/tcpcheck-t.h b/include/haproxy/tcpcheck-t.h index d767d8e3f..042f83375 100644 --- a/include/haproxy/tcpcheck-t.h +++ b/include/haproxy/tcpcheck-t.h @@ -24,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/include/haproxy/tcpcheck.h b/include/haproxy/tcpcheck.h index 4583dbb1a..8befe3bbc 100644 --- a/include/haproxy/tcpcheck.h +++ b/include/haproxy/tcpcheck.h @@ -28,7 +28,6 @@ #include #include -#include #include #include #include diff --git a/include/haproxy/trace-t.h b/include/haproxy/trace-t.h index 2ceddfb1f..8bc7d0070 100644 --- a/include/haproxy/trace-t.h +++ b/include/haproxy/trace-t.h @@ -24,7 +24,6 @@ #include #include -#include #include /* the macros below define an optional type for each of the 4 args passed to diff --git a/include/haproxy/uri_auth-t.h b/include/haproxy/uri_auth-t.h index 250979155..009adfdfe 100644 --- a/include/haproxy/uri_auth-t.h +++ b/include/haproxy/uri_auth-t.h @@ -16,7 +16,6 @@ #include #include -#include /* This is a list of proxies we are allowed to see. Later, it should go in the * user list, but before this we need to support de/re-authentication. diff --git a/include/haproxy/vars-t.h b/include/haproxy/vars-t.h index 388d20812..e1e04524c 100644 --- a/include/haproxy/vars-t.h +++ b/include/haproxy/vars-t.h @@ -22,7 +22,6 @@ #ifndef _HAPROXY_VARS_T_H #define _HAPROXY_VARS_T_H -#include #include #include