blob: f29a1324cb98f861335a7edf655d8523f2de04fb (
plain)
1
2
3
4
5
6
7
8
9
|
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
#pragma once
#include "include/common_fwd.h"
namespace TOPNSPC::common {
class ConfigProxy;
}
using TOPNSPC::common::ConfigProxy;
|