summaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-09 21:36:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-09 21:36:12 (GMT)
commit13f925f3e4000ea1990e2cd7d7b1fb97597d41f5 (patch)
tree2bb6b73e6a42db8ecba6fdde1c84efbbd179863e /refs/refs-internal.h
parent91c2f2040ab83f11a87b271a842905d2e5c5ada4 (diff)
downloadgit-13f925f3e4000ea1990e2cd7d7b1fb97597d41f5.zip
git-13f925f3e4000ea1990e2cd7d7b1fb97597d41f5.tar.gz
git-13f925f3e4000ea1990e2cd7d7b1fb97597d41f5.tar.bz2
fixup! refs/refs-internal.h: avoid forward declaration of an enum
Diffstat (limited to 'refs/refs-internal.h')
-rw-r--r--refs/refs-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs/refs-internal.h b/refs/refs-internal.h
index a78b5cb..54bde50 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