From: Junio C Hamano Date: Mon, 9 Jul 2018 21:35:39 +0000 (-0700) Subject: fixup! connect.h: avoid forward declaration of an enum X-Git-Tag: v2.19.0-rc0~131^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca5e39683a74716e287b5a227a0a574a67f5c48a;p=git fixup! connect.h: avoid forward declaration of an enum --- diff --git a/connect.h b/connect.h index c86f862f2f..32aff60979 100644 --- a/connect.h +++ b/connect.h @@ -1,7 +1,7 @@ #ifndef CONNECT_H #define CONNECT_H -#include "protocol.h" /* for enum protocol_version */ +#include "protocol.h" #define CONNECT_VERBOSE (1u << 0) #define CONNECT_DIAG_URL (1u << 1)