aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-09-21 21:17:23 +0000
committerKostya Serebryany <kcc@google.com>2016-09-21 21:17:23 +0000
commit8658618ea081ce8f1df444a6296d815a3c9e3b33 (patch)
tree394864e5aeef6e503d76906104c574986fe49dc3 /llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
parentac77fe3b550dfafc3cde350fc612f272302f93ed (diff)
downloadllvm-8658618ea081ce8f1df444a6296d815a3c9e3b33.zip
llvm-8658618ea081ce8f1df444a6296d815a3c9e3b33.tar.gz
llvm-8658618ea081ce8f1df444a6296d815a3c9e3b33.tar.bz2
[libFuzzer] more refactoring
llvm-svn: 282113
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp')
-rw-r--r--llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp b/llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
index 75c0ed9..cd4371ad 100644
--- a/llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
+++ b/llvm/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
@@ -12,7 +12,7 @@
// weak symbols to be undefined. That is a complication we don't want to expose
// to clients right now.
//===----------------------------------------------------------------------===//
-#include "FuzzerInternal.h"
+#include "FuzzerDefs.h"
#if LIBFUZZER_LINUX
#include "FuzzerExtFunctions.h"