Index: lib/Fuzzer/test/OneHugeAllocTest.cpp =================================================================== --- lib/Fuzzer/test/OneHugeAllocTest.cpp +++ lib/Fuzzer/test/OneHugeAllocTest.cpp @@ -8,7 +8,6 @@ #include #include #include -#include static volatile char *SinkPtr; Index: lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp =================================================================== --- lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp +++ lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp @@ -8,7 +8,6 @@ #include #include #include -#include static volatile char *SinkPtr; Index: lib/Fuzzer/test/OutOfMemoryTest.cpp =================================================================== --- lib/Fuzzer/test/OutOfMemoryTest.cpp +++ lib/Fuzzer/test/OutOfMemoryTest.cpp @@ -9,7 +9,6 @@ #include #include #include -#include static volatile char *SinkPtr;