1 #include "catch_interfaces_registry_hub.h"
2 
3 namespace Catch {
4     IRegistryHub::~IRegistryHub() = default;
5     IMutableRegistryHub::~IMutableRegistryHub() = default;
6 }
7