mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
[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:
parent
29082d9fca
commit
f6fe3416fb
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user