Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.

llvm-svn: 252735
This commit is contained in:
Kuba Brecka 2015-11-11 15:15:14 +00:00
parent d82c9389e7
commit c603d25a19
1 changed files with 1 additions and 1 deletions

View File

@ -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