Skip to content

Commit 5775da0

Browse files
devzero2000gitster
authored andcommitted
attr.c: delete duplicate include
dir.h is included more than once Signed-off-by: Elia Pinto <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1a48745 commit 5775da0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

attr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "utf8.h"
1515
#include "quote.h"
1616
#include "thread-utils.h"
17-
#include "dir.h"
1817

1918
const char git_attr__true[] = "(builtin)true";
2019
const char git_attr__false[] = "\0(builtin)false";

0 commit comments

Comments
 (0)