From: Junio C Hamano Date: Mon, 9 Jul 2018 21:36:12 +0000 (-0700) Subject: fixup! refs/refs-internal.h: avoid forward declaration of an enum X-Git-Tag: v2.19.0-rc0~131^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13f925f3e4000ea1990e2cd7d7b1fb97597d41f5;p=thirdparty%2Fgit.git fixup! refs/refs-internal.h: avoid forward declaration of an enum --- diff --git a/refs/refs-internal.h b/refs/refs-internal.h index a78b5cb803..54bde5089a 100644 --- a/refs/refs-internal.h +++ b/refs/refs-internal.h @@ -1,7 +1,7 @@ #ifndef 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