]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: includes: fix includes for a number of users of fd.h
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 20:34:23 +0000 (22:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:49:14 +0000 (20:49 +0200)
commitdd2f85eb3bbdab5be7d88d3f38d875e2dbf9591c
treefc2edeee8c93e6edc2710ce95b0cb5b74c72960e
parent45dab73788967ce459b40e5a158cd7af038a45e2
CLEANUP: includes: fix includes for a number of users of fd.h

It appears that fd.h includes a number of unneeded files and was
included from standard.h, and as such served as an intermediary
to provide almost everything to everyone.

By removing its useless includes, a long dependency chain broke
but could easily be fixed.
include/common/standard.h
include/proto/connection.h
include/proto/signal.h
include/types/fd.h
include/types/sample.h
src/connection.c
src/proto_tcp.c
src/sample.c
src/session.c
src/standard.c