vendor/libgit2/src/clone.c in rugged-0.26.7 vs vendor/libgit2/src/clone.c in rugged-0.27.0

- old
+ new

@@ -3,10 +3,12 @@ * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ +#include "clone.h" + #include <assert.h> #include "git2/clone.h" #include "git2/remote.h" #include "git2/revparse.h" @@ -14,10 +16,9 @@ #include "git2/config.h" #include "git2/checkout.h" #include "git2/commit.h" #include "git2/tree.h" -#include "common.h" #include "remote.h" #include "fileops.h" #include "refs.h" #include "path.h" #include "repository.h"