Skip to content

Commit 0258a60

Browse files
authored
[nfc][tsan] Clang format includes (#96599)
1 parent cd2bac8 commit 0258a60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

compiler-rt/lib/tsan/rtl/tsan_mman.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@
99
// This file is a part of ThreadSanitizer (TSan), a race detector.
1010
//
1111
//===----------------------------------------------------------------------===//
12+
#include "tsan_mman.h"
13+
1214
#include "sanitizer_common/sanitizer_allocator_checks.h"
1315
#include "sanitizer_common/sanitizer_allocator_interface.h"
1416
#include "sanitizer_common/sanitizer_allocator_report.h"
1517
#include "sanitizer_common/sanitizer_common.h"
1618
#include "sanitizer_common/sanitizer_errno.h"
1719
#include "sanitizer_common/sanitizer_placement_new.h"
20+
#include "tsan_flags.h"
1821
#include "tsan_interface.h"
19-
#include "tsan_mman.h"
20-
#include "tsan_rtl.h"
2122
#include "tsan_report.h"
22-
#include "tsan_flags.h"
23+
#include "tsan_rtl.h"
2324

2425
namespace __tsan {
2526

0 commit comments

Comments
 (0)