diff options
| author | Elijah Newren <newren@gmail.com> | 2023-12-23 17:14:58 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-12-26 12:04:32 -0800 |
| commit | 0a4d5b97720a847d00e6553aeec0984de1e01472 (patch) | |
| tree | 0674a03f6a26193d6434600a777a576c0d6b872b /trace2/tr2_tls.c | |
| parent | submodule-config.h: remove unnecessary include (diff) | |
| download | git-0a4d5b97720a847d00e6553aeec0984de1e01472.tar.gz git-0a4d5b97720a847d00e6553aeec0984de1e01472.zip | |
trace2/tr2_tls.h: remove unnecessary include
The unnecessary include in the header transitively pulled in some
other headers actually needed by source files, though. Have those
source files explicitly include the headers they need.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trace2/tr2_tls.c')
| -rw-r--r-- | trace2/tr2_tls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace2/tr2_tls.c b/trace2/tr2_tls.c index 601c9e5036..4f75392952 100644 --- a/trace2/tr2_tls.c +++ b/trace2/tr2_tls.c @@ -1,4 +1,5 @@ #include "git-compat-util.h" +#include "strbuf.h" #include "thread-utils.h" #include "trace.h" #include "trace2/tr2_tls.h" |
