]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 23:46:47 +0000 (00:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 23:46:47 +0000 (00:46 +0100)
That's a historic achievement, stream_interface.c doesn't manipulate
any file descriptor anymore. It only relies on connections or applets.

src/stream_interface.c

index 1d8cec2fcb6d367c0c7dd581568deff6548c803d..b97c9c8e5a5cfae54fc407b78ed457f6d8ba0191 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <proto/channel.h>
 #include <proto/connection.h>
-#include <proto/fd.h>
 #include <proto/pipe.h>
 #include <proto/session.h>
 #include <proto/stream_interface.h>