From: Willy Tarreau Date: Thu, 12 Mar 2015 23:46:47 +0000 (+0100) Subject: CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore X-Git-Tag: v1.6-dev2~333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b5a9c23ce082807aabb20d1b03b76b24eb35e92;p=thirdparty%2Fhaproxy.git CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore That's a historic achievement, stream_interface.c doesn't manipulate any file descriptor anymore. It only relies on connections or applets. --- diff --git a/src/stream_interface.c b/src/stream_interface.c index 1d8cec2fcb..b97c9c8e5a 100644 --- a/src/stream_interface.c +++ b/src/stream_interface.c @@ -29,7 +29,6 @@ #include #include -#include #include #include #include