diff options
author | Jeff King <peff@peff.net> | 2019-06-18 11:54:19 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-19 08:19:22 -0700 |
commit | 7a06fb038ccfccb0e2a5991341b43f2586627c71 (patch) | |
tree | 24c9f9855f90fba8f815a4746489ebafbcf57161 /Documentation/giteveryday.txt | |
parent | verify-tag: drop signal.h include (diff) | |
download | tgif-7a06fb038ccfccb0e2a5991341b43f2586627c71.tar.xz |
wt-status.h: drop stdio.h include
We started including stdio.h to pick up the declaration of "FILE" in
f26a001226 (Enable wt-status output to a given FILE pointer.,
2007-09-17). But there's no need, since headers can assume that
git-compat-util.h has been included, which covers stdio.
This should just be redundant, and not hurting anything (like pulling in
includes out of order) because C files are supposed to always include
git-compat-util.h first. But it's worth cleaning up to model good
behavior.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/giteveryday.txt')
0 files changed, 0 insertions, 0 deletions