summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_new_delete.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc b/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
index 18ba9082c4a..ecbdb62b013 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
+++ b/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
@@ -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
OpenPOWER on IntegriCloud