summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Fuzzer/test/OneHugeAllocTest.cpp1
-rw-r--r--llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp1
-rw-r--r--llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp1
3 files changed, 0 insertions, 3 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;
diff --git a/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp b/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp
index 5d95c428e68..ea23a601aa2 100644
--- a/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp
+++ b/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp
@@ -8,7 +8,6 @@
#include <cstddef>
#include <cstring>
#include <iostream>
-#include <unistd.h>
static volatile char *SinkPtr;
diff --git a/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp b/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
index 18949c7c8c9..078a39ee1fe 100644
--- a/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
+++ b/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
@@ -9,7 +9,6 @@
#include <cstring>
#include <iostream>
#include <thread>
-#include <unistd.h>
static volatile char *SinkPtr;
OpenPOWER on IntegriCloud