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

- old
+ new

@@ -3,12 +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 "common.h" +#include "hash_generic.h" + #include "hash.h" -#include "hash/hash_generic.h" #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) /* * Force usage of rol or ror by selecting the one with the smaller constant.