aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/zip.cc
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-30 12:01:33 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-09-30 14:11:37 +0000
commitfd427a98231c5ab36cba35dee8fc6c4df2fa6e3e (patch)
tree9364856197849ff4d60327fa949de8f0dda8e839 /third_party/ijar/zip.cc
parente898023ffc6c47a27312c4d3659dbeeccdb3cd37 (diff)
Ijar: make some targets compilable with MSVC
Particulary third_party/ijar:{zip,zlib_client} now compile with --cpu=x64_windows_msvc. -- MOS_MIGRATED_REVID=134771232
Diffstat (limited to 'third_party/ijar/zip.cc')
-rw-r--r--third_party/ijar/zip.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/ijar/zip.cc b/third_party/ijar/zip.cc
index 3a56103eae..7b34151b52 100644
--- a/third_party/ijar/zip.cc
+++ b/third_party/ijar/zip.cc
@@ -30,8 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/mman.h>
-#include <unistd.h>
#include <limits.h>
#include <limits>
#include <vector>