summaryrefslogtreecommitdiff
path: root/src/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/remote.h b/src/remote.h
index e0c3fbf8d..129671fd2 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -1,9 +1,9 @@
#ifndef INCLUDE_remote_h__
#define INCLUDE_remote_h__
-#include "remote.h"
#include "refspec.h"
#include "transport.h"
+#include "repository.h"
struct git_remote {
char *name;
@@ -13,6 +13,4 @@ struct git_remote {
git_transport *transport;
};
-int git_remote_send_wants(git_remote *remote, git_headarray *list);
-
#endif