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.
This commit is contained in:
Willy Tarreau 2015-03-13 00:46:47 +01:00
parent d85c48589a
commit 6b5a9c23ce

View 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>