[NFC] Clang-format includes
This commit is contained in:
parent
279d74ffd1
commit
54a40606e8
|
@ -11,17 +11,18 @@
|
|||
// Main file (entry points) for the TSan run-time.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "tsan_rtl.h"
|
||||
|
||||
#include "sanitizer_common/sanitizer_atomic.h"
|
||||
#include "sanitizer_common/sanitizer_common.h"
|
||||
#include "sanitizer_common/sanitizer_file.h"
|
||||
#include "sanitizer_common/sanitizer_libc.h"
|
||||
#include "sanitizer_common/sanitizer_stackdepot.h"
|
||||
#include "sanitizer_common/sanitizer_placement_new.h"
|
||||
#include "sanitizer_common/sanitizer_stackdepot.h"
|
||||
#include "sanitizer_common/sanitizer_symbolizer.h"
|
||||
#include "tsan_defs.h"
|
||||
#include "tsan_platform.h"
|
||||
#include "tsan_rtl.h"
|
||||
#include "tsan_mman.h"
|
||||
#include "tsan_platform.h"
|
||||
#include "tsan_suppressions.h"
|
||||
#include "tsan_symbolize.h"
|
||||
#include "ubsan/ubsan_init.h"
|
||||
|
|
Loading…
Reference in New Issue