1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-14 19:46:27 +02:00

fixup! connect.h: avoid forward declaration of an enum

This commit is contained in:
Junio C Hamano 2018-07-09 14:35:39 -07:00
parent 2e75c8ed85
commit ca5e39683a

View File

@ -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)