Skip to content

Commit 8f0e984

Browse files
nasamuffingitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 69bcbbc commit 8f0e984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bugreport.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "cache.h"
22
#include "parse-options.h"
3-
#include "stdio.h"
43
#include "strbuf.h"
5-
#include "time.h"
64
#include "help.h"
75
#include "compat/compiler.h"
86

0 commit comments

Comments
 (0)