From e6d1e13b2880ab0e6166e5ed168df7e6e0de943b Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Sat, 12 Oct 2013 23:42:17 +0300 Subject: [PATCH] Remove unnecessary windows.h include --- libarchive/archive_entry.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index a9050652e..b5c95367b 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -43,10 +43,6 @@ #include /* for wchar_t */ #include -#if defined(_WIN32) && !defined(__CYGWIN__) -#include -#endif - /* Get a suitable 64-bit integer type. */ #if defined(_WIN32) && !defined(__CYGWIN__) # define __LA_INT64_T __int64 -- 2.47.2