зеркало из https://github.com/microsoft/git.git
fixup! connect.h: avoid forward declaration of an enum
This commit is contained in:
Родитель
2e75c8ed85
Коммит
ca5e39683a
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче