]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[CLEANUP] removed useless includes from streamsock.c
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Mar 2007 16:03:19 +0000 (17:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Mar 2007 16:03:19 +0000 (17:03 +0100)
src/stream_sock.c

index e7a55246da4974550dc36c104c27e7c30d0f846f..91d5a5f8242b454b0b076f176f3d17b9c9a4a293 100644 (file)
 #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>