]> git.proxmox.com Git - ceph.git/blob - ceph/src/common/config_fwd.h
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / common / config_fwd.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2
3 #pragma once
4 #include "include/common_fwd.h"
5
6 namespace TOPNSPC::common {
7 class ConfigProxy;
8 }
9 using TOPNSPC::common::ConfigProxy;