Merge pull request #5303 from lioncash/namespace

service/ir: Remove erroneous forward declaration
This commit is contained in:
Pengfei Zhu 2020-05-01 23:04:01 +08:00 committed by GitHub
commit 037c857bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,6 @@ namespace Core {
class System;
}
namespace SM {
class ServiceManager;
}
namespace Service::IR {
void InstallInterfaces(Core::System& system);