commit | ec6c5df018c2365b7c11a40e183642c3016ef850 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 15 00:22:45 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jul 16 10:30:42 2008 +0200 |
tree | d44e0f1c9d3aad8d78144b86f29a970b8e8d60d9 | |
parent | 284648e079a64fa02812cd84b663d33ffbf54b98 [diff] |
[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.