mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 14:22:12 +02:00
CLEANUP: includes: fix includes for a number of users of fd.h
It appears that fd.h includes a number of unneeded files and was included from standard.h, and as such served as an intermediary to provide almost everything to everyone. By removing its useless includes, a long dependency chain broke but could easily be fixed.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <common/chunk.h>
|
||||
#include <common/standard.h>
|
||||
|
||||
Reference in New Issue
Block a user