blob: 89fe2a5de0f59193b05771c7526d4e86d7c50ca4 [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_REF_H_
#define SRC_PARTITION_ALLOC_RAW_REF_H_
#if defined(SK_USE_PARTITION_ALLOC)
#include "partition_alloc/pointers/raw_ref.h"
#else
#include "src/partition_alloc/noop/raw_ref.h"
#endif
#endif // SRC_PARTITION_ALLOC_RAW_REF_H_