]> git.kaiwu.me - haproxy.git/commit
CLEANUP: include: tree-wide alphabetical sort of include files
authorWilly Tarreau <w@1wt.eu>
Tue, 9 Jun 2020 07:07:15 +0000 (09:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:59 +0000 (10:18 +0200)
commitb2551057af2e10584c39526dbea901213febf86c
treed2f24375f96e67ddee5334434aee280b43df77e7
parent5b9cde4820c31c0019029019d51db3e7c429459c
CLEANUP: include: tree-wide alphabetical sort of include files

This patch fixes all the leftovers from the include cleanup campaign. There
were not that many (~400 entries in ~150 files) but it was definitely worth
doing it as it revealed a few duplicates.
153 files changed:
contrib/mod_defender/defender.c
contrib/mod_defender/spoa.c
contrib/modsecurity/spoa.c
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/acl.h
include/haproxy/action-t.h
include/haproxy/activity.h
include/haproxy/api.h
include/haproxy/applet-t.h
include/haproxy/applet.h
include/haproxy/arg-t.h
include/haproxy/auth-t.h
include/haproxy/auth.h
include/haproxy/backend-t.h
include/haproxy/backend.h
include/haproxy/channel-t.h
include/haproxy/channel.h
include/haproxy/check-t.h
include/haproxy/chunk.h
include/haproxy/connection-t.h
include/haproxy/dns-t.h
include/haproxy/fcgi-app-t.h
include/haproxy/filters-t.h
include/haproxy/global-t.h
include/haproxy/global.h
include/haproxy/hlua-t.h
include/haproxy/http_ana-t.h
include/haproxy/http_fetch.h
include/haproxy/http_htx-t.h
include/haproxy/http_rules.h
include/haproxy/htx.h
include/haproxy/lb_chash-t.h
include/haproxy/lb_map-t.h
include/haproxy/listener-t.h
include/haproxy/log-t.h
include/haproxy/namespace.h
include/haproxy/obj_type.h
include/haproxy/pattern-t.h
include/haproxy/peers-t.h
include/haproxy/proto_tcp.h
include/haproxy/proxy-t.h
include/haproxy/proxy.h
include/haproxy/queue.h
include/haproxy/sample-t.h
include/haproxy/sample.h
include/haproxy/server-t.h
include/haproxy/server.h
include/haproxy/sink-t.h
include/haproxy/ssl_sock-t.h
include/haproxy/ssl_sock.h
include/haproxy/stats.h
include/haproxy/stick_table-t.h
include/haproxy/stick_table.h
include/haproxy/stream-t.h
include/haproxy/stream_interface.h
include/haproxy/task-t.h
include/haproxy/tcpcheck-t.h
include/haproxy/tools.h
include/haproxy/trace-t.h
include/haproxy/vars.h
src/51d.c
src/acl.c
src/action.c
src/activity.c
src/applet.c
src/arg.c
src/auth.c
src/backend.c
src/buffer.c
src/cache.c
src/cfgparse-listen.c
src/cfgparse.c
src/check.c
src/chunk.c
src/cli.c
src/compression.c
src/connection.c
src/da.c
src/debug.c
src/dns.c
src/ebimtree.c
src/ev_epoll.c
src/ev_evports.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fcgi-app.c
src/fcgi.c
src/fd.c
src/flt_spoe.c
src/flt_trace.c
src/freq_ctr.c
src/frontend.c
src/h2.c
src/haproxy.c
src/hlua.c
src/hlua_fcn.c
src/hpack-dec.c
src/hpack-enc.c
src/hpack-tbl.c
src/http_acl.c
src/http_act.c
src/http_ana.c
src/http_conv.c
src/http_fetch.c
src/http_htx.c
src/http_rules.c
src/lb_chash.c
src/lb_fas.c
src/lb_fwlc.c
src/lb_fwrr.c
src/lb_map.c
src/listener.c
src/log.c
src/mailers.c
src/map.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mworker.c
src/pattern.c
src/payload.c
src/peers.c
src/pipe.c
src/pool.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c
src/protocol.c
src/proxy.c
src/queue.c
src/raw_sock.c
src/ring.c
src/sample.c
src/server.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sample.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/stream_interface.c
src/task.c
src/tcp_rules.c
src/tcpcheck.c
src/thread.c
src/time.c
src/tools.c
src/vars.c
src/wurfl.c