[libFuzzer] Reorder includes in test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vitaly Buka 2017-03-13 23:49:00 +00:00
parent 29082d9fca
commit f6fe3416fb

View File

@ -3,13 +3,13 @@
// Test that libFuzzer does not crash when LLVMFuzzerMutate called from
// LLVMFuzzerCustomCrossOver.
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <string>
#include <string.h>
#include <string>
#include <vector>
#include <algorithm>
#include "FuzzerInterface.h"