commit | 7cd8b6e3a40fe62b4ce37ccfc7e1b3327d9b07af | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 02 17:32:26 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:57 2020 +0200 |
tree | e041d3099b26ecfe474347e524b11be901ccba71 | |
parent | 7a00efbe439c439cf2a1187a5ece199f16d81fce [diff] |
REORG: include: split common/regex.h into haproxy/regex{,-t}.h Regex are essentially included for myregex_t but it turns out that several of the C files didn't include it directly, relying on the one included by their own .h. This has been cleanly addressed so that only the type is included by H files which need it, and adding the missing includes for the other ones.