fixup! connect.h: avoid forward declaration of an enum
Junio C Hamano committed
Jul 9, 2018 at 14:35 UTC
ca5e39683a74716e287b5a227a0a574a67f5c48a
1 file changed
+1
-1
connect.h
+1
-1
@@ -1,7 +1,7 @@
1
#ifndef CONNECT_H
2
#define CONNECT_H
3
4
-#include "protocol.h" /* for enum protocol_version */
4
+#include "protocol.h"
5
6
#define CONNECT_VERBOSE (1u << 0)
7
#define CONNECT_DIAG_URL (1u << 1)