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.
8

            
9
namespace Envoy {
10
namespace Stats {
11

            
12
class Allocator;
13

            
14
} // namespace Stats
15
} // namespace Envoy