diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-07-09 14:35:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-09 14:35:39 -0700 |
commit | ca5e39683a74716e287b5a227a0a574a67f5c48a (patch) | |
tree | 44e1e790bb51a6289deb7e5c721efc2e4709b5c6 /connect.h | |
parent | 2e75c8ed85b8c54bf89d8ce4c42748a5cb6a403b (diff) | |
download | git-ca5e39683a74716e287b5a227a0a574a67f5c48a.tar.gz |
fixup! connect.h: avoid forward declaration of an enum
Diffstat (limited to 'connect.h')
-rw-r--r-- | connect.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |