summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp
diff options
context:
space:
mode:
authorMarcos Pividori <mpividori@google.com>2016-12-16 17:35:21 +0000
committerMarcos Pividori <mpividori@google.com>2016-12-16 17:35:21 +0000
commit3b04af2420e301d8e5a47f17d6943b855a19101c (patch)
treedf1114d4e3eb7adf1d1fdc31406ab1d8c6ea3177 /llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp
parent6a7e4c2e202629c9d60719d7ee0fea4b9eb52c93 (diff)
downloadbcm5719-llvm-3b04af2420e301d8e5a47f17d6943b855a19101c.tar.gz
bcm5719-llvm-3b04af2420e301d8e5a47f17d6943b855a19101c.zip
[libFuzzer] Remove unnecessary includes of posix headers.
Remove includes of "unistd.h" header, which is missing in non posix systems. Differential Revision: https://reviews.llvm.org/D277300 llvm-svn: 289965
Diffstat (limited to 'llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp b/llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp
index 617fa20fa2e..8d3d1d6d302 100644
--- a/llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp
+++ b/llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp
@@ -8,7 +8,6 @@
#include <cstddef>
#include <cstring>
#include <iostream>
-#include <unistd.h>
static volatile char *SinkPtr;
OpenPOWER on IntegriCloud