1
#pragma once
2

            
3
// This header is a placeholder which we will carry until June 1, 2026,
4
// as we have deprecated the pure interface and impl pattern.
5
//
6
// Please remove references to this file and instead include
7
// source/common/stats/allocator.h directly.
8

            
9
#include "source/common/stats/allocator.h"
10

            
11
namespace Envoy {
12
namespace Stats {
13

            
14
// This alias is provided for out-of-repository includes of allocator_impl.h,
15
// who will be expecting the concrete class to be called AllocatorImpl.
16
using AllocatorImpl = Allocator;
17

            
18
} // namespace Stats
19
} // namespace Envoy