From 1eb2f5433461ad437e7dfedca32ce7bf5f09fd21 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 5 Oct 2016 09:44:48 -0700 Subject: Test for _WIN32 in system/extras instead of USE_MINGW. Bug: http://b/23392815 Test: builds Change-Id: Ide007c7ac8414a82548cc99fe384c7de9ba7494b --- ext4_utils/sha1.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext4_utils/sha1.c') diff --git a/ext4_utils/sha1.c b/ext4_utils/sha1.c index 5a8a02fb..589b69a4 100644 --- a/ext4_utils/sha1.c +++ b/ext4_utils/sha1.c @@ -17,9 +17,6 @@ #define SHA1HANDSOFF /* Copies data before messing with it. */ -#ifndef USE_MINGW -#include -#endif #include #include #include -- cgit v1.2.3