mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-29 10:11:49 -04:00
[CLEANUP] removed useless includes from streamsock.c
This commit is contained in:
parent
e09e0cef62
commit
5416b36b43
1 changed files with 0 additions and 7 deletions
|
|
@ -23,19 +23,12 @@
|
|||
#include <common/config.h>
|
||||
#include <common/time.h>
|
||||
|
||||
#include <types/backend.h>
|
||||
#include <types/buffers.h>
|
||||
#include <types/global.h>
|
||||
#include <types/httperr.h>
|
||||
#include <types/polling.h>
|
||||
#include <types/proxy.h>
|
||||
#include <types/server.h>
|
||||
#include <types/session.h>
|
||||
|
||||
#include <proto/client.h>
|
||||
#include <proto/fd.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/proto_http.h>
|
||||
#include <proto/stream_sock.h>
|
||||
#include <proto/task.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue