Skip to content

Commit 13f925f

Browse files
committed
fixup! refs/refs-internal.h: avoid forward declaration of an enum
1 parent 91c2f20 commit 13f925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refs/refs-internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef REFS_REFS_INTERNAL_H
22
#define REFS_REFS_INTERNAL_H
33

4-
#include "iterator.h" /* for enum iterator_selection */
4+
#include "iterator.h"
55

66
/*
77
* Data structures and functions for the internal use of the refs

0 commit comments

Comments
 (0)