fixup! refs/refs-internal.h: avoid forward declaration of an enum
parent
91c2f2040a
commit
13f925f3e4
|
@ -1,7 +1,7 @@
|
||||||
#ifndef REFS_REFS_INTERNAL_H
|
#ifndef REFS_REFS_INTERNAL_H
|
||||||
#define REFS_REFS_INTERNAL_H
|
#define REFS_REFS_INTERNAL_H
|
||||||
|
|
||||||
#include "iterator.h" /* for enum iterator_selection */
|
#include "iterator.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Data structures and functions for the internal use of the refs
|
* Data structures and functions for the internal use of the refs
|
||||||
|
|
Loading…
Reference in New Issue