X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sha1dc_git.h;h=41e1c3fd3f787e04d6e4fa9eb7c56b617f1c5fa5;hb=e7b120bfa5783970c7b270052bd9d2ba31d1c6fd;hp=a8c272927842901190b07098911ef785a458bcf3;hpb=9e0f06d55df5855178ff41342937943604f6e97c;p=thirdparty%2Fgit.git diff --git a/sha1dc_git.h b/sha1dc_git.h index a8c2729278..41e1c3fd3f 100644 --- a/sha1dc_git.h +++ b/sha1dc_git.h @@ -1,9 +1,9 @@ /* Plumbing with collition-detecting SHA1 code */ -#ifdef DC_SHA1_SUBMODULE -#include "sha1collisiondetection/lib/sha1.h" -#elif defined(DC_SHA1_EXTERNAL) +#ifdef DC_SHA1_EXTERNAL #include +#elif defined(DC_SHA1_SUBMODULE) +#include "sha1collisiondetection/lib/sha1.h" #else #include "sha1dc/sha1.h" #endif