1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-05-22 03:19:48 +02:00

Merge pull request 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; class System;
} }
namespace SM {
class ServiceManager;
}
namespace Service::IR { namespace Service::IR {
void InstallInterfaces(Core::System& system); void InstallInterfaces(Core::System& system);