]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove unnecessary windows.h include 52/head
authorNikolai Vavilov <vvnicholas@gmail.com>
Sat, 12 Oct 2013 20:42:17 +0000 (23:42 +0300)
committerNikolai Vavilov <vvnicholas@gmail.com>
Sat, 12 Oct 2013 20:42:17 +0000 (23:42 +0300)
libarchive/archive_entry.h

index a9050652e6a4e38fb25f3313f89365f88d0a68f4..b5c95367be8be824a57dcac884845bf30d7b75f6 100644 (file)
 #include <stddef.h>  /* for wchar_t */
 #include <time.h>
 
-#if defined(_WIN32) && !defined(__CYGWIN__)
-#include <windows.h>
-#endif
-
 /* Get a suitable 64-bit integer type. */
 #if defined(_WIN32) && !defined(__CYGWIN__)
 # define       __LA_INT64_T    __int64