bugreport: drop extraneous includes
commit8f0e9843bdf82b04591416367bee3817991e0722
authorEmily Shaffer <emilyshaffer@google.com>
Mon, 27 Apr 2020 23:42:31 +0000 (27 16:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 00:21:41 +0000 (27 17:21 -0700)
tree41de327f209cb850974476ce168e5a331c1e0f1f
parent69bcbbceb74904e4f0f5001453072a34e3fed740
bugreport: drop extraneous includes

In the generic parts of the source files, system headers like
<time.h> and <stdio.h> are supposed to be included indirectly
by including "git-compat-util.h", which manages portability issues.

Drop our explicit inclusions and rely on "cache.h", which includes
"git-compat-util.h".

Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bugreport.c