From: Vitaly Buka Date: Sun, 10 Oct 2021 19:33:49 +0000 (-0700) Subject: [NFC] Allow to include sanitizer_allocator_bytemap.h X-Git-Tag: upstream/15.0.7~29024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74277e254c55a8bed1a9af5e6326b21b0611c3b1;p=platform%2Fupstream%2Fllvm.git [NFC] Allow to include sanitizer_allocator_bytemap.h --- diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h b/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h index 0084bb6..7926a07 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h @@ -9,9 +9,8 @@ // Part of the Sanitizer Allocator. // //===----------------------------------------------------------------------===// -#ifndef SANITIZER_ALLOCATOR_H -#error This file must be included inside sanitizer_allocator.h -#endif + +#include "sanitizer_local_address_space_view.h" // Maps integers in rage [0, kSize) to u8 values. template