fixup! refs/refs-internal.h: avoid forward declaration of an enum

Junio C Hamano committed Jul 9, 2018 at 14:36 UTC 13f925f3e4000ea1990e2cd7d7b1fb97597d41f5
1 file changed +1 -1
refs/refs-internal.h
+1 -1
@@ -1,7 +1,7 @@
1 #ifndef REFS_REFS_INTERNAL_H
2 #define REFS_REFS_INTERNAL_H
3
4 -#include "iterator.h" /* for enum iterator_selection */
4 +#include "iterator.h"
5
6 /*
7 * Data structures and functions for the internal use of the refs