My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e75c8e
)
fixup! connect.h: avoid forward declaration of an enum
author
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Jul 2018 21:35:39 +0000
(14:35 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Jul 2018 21:35:39 +0000
(14:35 -0700)
connect.h
patch
|
blob
|
history
diff --git
a/connect.h
b/connect.h
index
c86f862
..
32aff60
100644
(file)
--- 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)