Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2012-10-29 21:41:14 +0400
committerPhilip Kelley <phkelley@hotmail.com>2012-11-01 17:02:33 +0400
commit41fb1ca0ec51ad1d2a14b911aab3215e42965d1b (patch)
tree8e2e8b7bfa136602a424a8e9f23189a5618a0c2e /src/remote.h
parenta0ce87c51c1a3b1b3b674902148ad28d8e5fa32d (diff)
Reorganize transport architecture (squashed 3)
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.h b/src/remote.h
index 1b382e1bb..b0df2d649 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -8,9 +8,9 @@
#define INCLUDE_remote_h__
#include "git2/remote.h"
+#include "git2/transport.h"
#include "refspec.h"
-#include "transport.h"
#include "repository.h"
#define GIT_REMOTE_ORIGIN "origin"