summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerLoop.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-01-29 17:16:23 +0000
committerKostya Serebryany <kcc@google.com>2015-01-29 17:16:23 +0000
commit6d768fcc18e86a7a6ca39ea492fec04be37aab82 (patch)
treea65d318210bd74ec542063fb12e896885fb746fe /llvm/lib/Fuzzer/FuzzerLoop.cpp
parent5cd50e3c0ad5c117f28f7d79e24433316739c357 (diff)
downloadbcm5719-llvm-6d768fcc18e86a7a6ca39ea492fec04be37aab82.tar.gz
bcm5719-llvm-6d768fcc18e86a7a6ca39ea492fec04be37aab82.zip
[fuzzer] minor cleanup based on reviews: remove redundant includes, fix a copy-pasto in tests
llvm-svn: 227468
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerLoop.cpp')
-rw-r--r--llvm/lib/Fuzzer/FuzzerLoop.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerLoop.cpp b/llvm/lib/Fuzzer/FuzzerLoop.cpp
index 1f2193a45b3..dcfc965f6bf 100644
--- a/llvm/lib/Fuzzer/FuzzerLoop.cpp
+++ b/llvm/lib/Fuzzer/FuzzerLoop.cpp
@@ -12,9 +12,7 @@
#include "FuzzerInternal.h"
#include <sanitizer/asan_interface.h>
#include <algorithm>
-#include <string>
#include <iostream>
-#include <stdlib.h>
// This function should be defined by the user.
extern "C" void TestOneInput(const uint8_t *Data, size_t Size);
OpenPOWER on IntegriCloud