commit | 92b4f1372e54964283c51a1bde079e03dd927890 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 01 11:05:15 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:56 2020 +0200 |
tree | fab8156633b56ca4a3b61635acb35c75f8c943b8 | |
parent | af613e8359496e5f8217a9f0634738c12d21a953 [diff] |
REORG: include: move time.h from common/ to haproxy/ This one is included almost everywhere and used to rely on a few other .h that are not needed (unistd, stdlib, standard.h). It could possibly make sense to split it into multiple parts to distinguish operations performed on timers and the internal time accounting, but at this point it does not appear much important.