summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerCorpus.h
diff options
context:
space:
mode:
authorMarcos Pividori <mpividori@google.com>2016-12-13 17:46:11 +0000
committerMarcos Pividori <mpividori@google.com>2016-12-13 17:46:11 +0000
commit178fe587454a4decec0b2c9c05f71fcb44cd9311 (patch)
tree68149874add8d67b8ce7be08a47bee7bb1a6d8d4 /llvm/lib/Fuzzer/FuzzerCorpus.h
parent6e3d885c791b5d6f2120c0ec345b5604851709d2 (diff)
downloadbcm5719-llvm-178fe587454a4decec0b2c9c05f71fcb44cd9311.tar.gz
bcm5719-llvm-178fe587454a4decec0b2c9c05f71fcb44cd9311.zip
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Reorganize #includes to follow LLVM Coding Standards. Include some missing headers. Required to use `Printf()`. Aside from that, this patch contains no functional change. It is purely a re-organization. Differential Revision: https://reviews.llvm.org/D27363 llvm-svn: 289560
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerCorpus.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerCorpus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerCorpus.h b/llvm/lib/Fuzzer/FuzzerCorpus.h
index bbe192f53f8..88e83b320c4 100644
--- a/llvm/lib/Fuzzer/FuzzerCorpus.h
+++ b/llvm/lib/Fuzzer/FuzzerCorpus.h
@@ -12,14 +12,14 @@
#ifndef LLVM_FUZZER_CORPUS
#define LLVM_FUZZER_CORPUS
-#include <random>
-#include <unordered_set>
-
#include "FuzzerDefs.h"
#include "FuzzerIO.h"
#include "FuzzerRandom.h"
#include "FuzzerSHA1.h"
#include "FuzzerTracePC.h"
+#include <numeric>
+#include <random>
+#include <unordered_set>
namespace fuzzer {
OpenPOWER on IntegriCloud