blob: 39d0c3f235b043900c28416716653731e226b831 [file]
/*
* Copyright 2026 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SRC_PARTITION_ALLOC_RAW_PTR_EXCLUSION_H_
#define SRC_PARTITION_ALLOC_RAW_PTR_EXCLUSION_H_
#if defined(SK_USE_PARTITION_ALLOC)
#include "partition_alloc/pointers/raw_ptr_exclusion.h"
#else
#include "src/partition_alloc/noop/raw_ptr_exclusion.h"
#endif
#endif // SRC_PARTITION_ALLOC_RAW_PTR_EXCLUSION_H_