From: Nikolai Vavilov Date: Sat, 12 Oct 2013 20:42:17 +0000 (+0300) Subject: Remove unnecessary windows.h include X-Git-Tag: v3.1.900a~355^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F52%2Fhead;p=thirdparty%2Flibarchive.git Remove unnecessary windows.h include --- 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