forked from OSchip/llvm-project
Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.
llvm-svn: 252735
This commit is contained in:
parent
d82c9389e7
commit
c603d25a19
|
|
@ -11,8 +11,8 @@
|
|||
//
|
||||
// Interceptors for operators new and delete.
|
||||
//===----------------------------------------------------------------------===//
|
||||
#include "sanitizer_common/sanitizer_internal_defs.h"
|
||||
#include "interception/interception.h"
|
||||
#include "sanitizer_common/sanitizer_internal_defs.h"
|
||||
#include "tsan_interceptors.h"
|
||||
|
||||
using namespace __tsan; // NOLINT
|
||||
|
|
|
|||
Loading…
Reference in New Issue