haproxy/include
Willy Tarreau ec6c5df018 [CLEANUP] remove many #include <types/xxx> from C files
It should be stated as a rule that a C file should never
include types/xxx.h when proto/xxx.h exists, as it gives
less exposure to declaration conflicts (one of which was
caught and fixed here) and it complicates the file headers
for nothing.

Only types/global.h, types/capture.h and types/polling.h
have been found to be valid includes from C files.
2008-07-16 10:30:42 +02:00
..
common [MINOR] cfgparse: add support for warnings in external functions 2008-07-09 20:23:15 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
types [CLEANUP] remove unused include/types/client.h 2008-07-16 10:30:40 +02:00