Skip to content

Commit 6621c83

Browse files
jrngitster
authored andcommitted
commit-reach: correct accidental #include of C file
Without this change, the build breaks with clang: libgit/ref-filter.pic.o: multiple definition of 'filter_refs' libgit/commit-reach.pic.o: previous definition here Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6cc0174 commit 6621c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit-reach.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "decorate.h"
55
#include "prio-queue.h"
66
#include "tree.h"
7-
#include "ref-filter.c"
7+
#include "ref-filter.h"
88
#include "revision.h"
99
#include "tag.h"
1010
#include "commit-reach.h"

0 commit comments

Comments
 (0)