vendor/libgit2/src/cache.c in rugged-0.26.7 vs vendor/libgit2/src/cache.c in rugged-0.27.0
- old
+ new
@@ -3,15 +3,15 @@
*
* 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 "common.h"
+#include "cache.h"
+
#include "repository.h"
#include "commit.h"
#include "thread-utils.h"
#include "util.h"
-#include "cache.h"
#include "odb.h"
#include "object.h"
#include "git2/oid.h"
bool git_cache__enabled = true;