diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-11-28 08:40:40 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-11-28 08:40:40 +0100 |
commit | d88d4311c7e08ad0d38edae006b50e2a548c937d (patch) | |
tree | 1b26cee0c3d383043902c599893299fd8fdc5302 /include/git2.h | |
parent | c94785a9f373b6604402ba6a301b828b80ab8cd8 (diff) | |
download | libgit2-repo-ownership.tar.gz |
remote: Cleanup the remotes coderepo-ownership
- Hide the remaining transports code
- Drop `git_headarray`, switch to using a callback to list refs. Makes
the code cleaner.
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h index 14c090e39..73b23aa63 100644 --- a/include/git2.h +++ b/include/git2.h @@ -38,7 +38,6 @@ #include "git2/refspec.h" #include "git2/net.h" -#include "git2/transport.h" #include "git2/status.h" #include "git2/indexer.h" |