summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/CxxStringEqTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/CxxStringEqTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/CxxStringEqTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/CxxStringEqTest.cpp b/llvm/lib/Fuzzer/test/CxxStringEqTest.cpp
index e0e23c972cc..924851c5ad5 100644
--- a/llvm/lib/Fuzzer/test/CxxStringEqTest.cpp
+++ b/llvm/lib/Fuzzer/test/CxxStringEqTest.cpp
@@ -3,11 +3,11 @@
// Simple test for a fuzzer. Must find a specific string
// used in std::string operator ==.
+#include <cstddef>
#include <cstdint>
#include <cstdlib>
-#include <cstddef>
-#include <string>
#include <iostream>
+#include <string>
static volatile int Sink;
OpenPOWER on IntegriCloud