diff options
| author | Vicent Martà <vicent@github.com> | 2012-11-01 09:15:29 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2012-11-01 09:15:29 -0700 |
| commit | 7ae73e94dbbb4249f26dd5d0a21d25e1dc4667ca (patch) | |
| tree | 167eecfed309accc2b2e5568c13ec3f715cb46b5 /tests-clar/network | |
| parent | 003808b38cd09dab8748f93bb44a0df9aca6820c (diff) | |
| parent | ff830366ea611c9285a23432edebc16ff6a3d436 (diff) | |
| download | libgit2-7ae73e94dbbb4249f26dd5d0a21d25e1dc4667ca.tar.gz | |
Merge pull request #1030 from pwkelley/transports
Reorganize transport architecture
Diffstat (limited to 'tests-clar/network')
| -rw-r--r-- | tests-clar/network/remotelocal.c | 1 | ||||
| -rw-r--r-- | tests-clar/network/remotes.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests-clar/network/remotelocal.c b/tests-clar/network/remotelocal.c index 3ff619748..d4bb1dfef 100644 --- a/tests-clar/network/remotelocal.c +++ b/tests-clar/network/remotelocal.c @@ -1,5 +1,4 @@ #include "clar_libgit2.h" -#include "transport.h" #include "buffer.h" #include "path.h" #include "posix.h" diff --git a/tests-clar/network/remotes.c b/tests-clar/network/remotes.c index 9fe67d856..21a3aaa41 100644 --- a/tests-clar/network/remotes.c +++ b/tests-clar/network/remotes.c @@ -1,7 +1,6 @@ #include "clar_libgit2.h" #include "buffer.h" #include "refspec.h" -#include "transport.h" #include "remote.h" static git_remote *_remote; |
