mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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:
parent
d85c48589a
commit
6b5a9c23ce
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue