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:
Willy Tarreau
2012-09-02 22:34:23 +02:00
parent 45dab73788
commit dd2f85eb3b
10 changed files with 10 additions and 8 deletions

View File

@@ -26,10 +26,10 @@
#include <string.h>
#include <time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <common/config.h>
#include <eb32tree.h>
#include <proto/fd.h>
#ifndef LLONG_MAX
# define LLONG_MAX 9223372036854775807LL