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>
This commit is contained in:

committed by
Junio C Hamano

parent
e9bb166491
commit
0a4d5b9772
@ -1,4 +1,5 @@
|
||||
#include "git-compat-util.h"
|
||||
#include "strbuf.h"
|
||||
#include "thread-utils.h"
|
||||
#include "trace.h"
|
||||
#include "trace2/tr2_tls.h"
|
||||
|
Reference in New Issue
Block a user