[CLEANUP] removed useless includes from streamsock.c

This commit is contained in:
Willy Tarreau 2007-03-18 17:03:19 +01:00
parent e09e0cef62
commit 5416b36b43
1 changed files with 0 additions and 7 deletions

View File

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