mirror of
https://github.com/citra-emu/citra-nightly.git
synced 2024-12-25 02:35:37 +00:00
Merge pull request #5303 from lioncash/namespace
service/ir: Remove erroneous forward declaration
This commit is contained in:
commit
037c857bd6
|
@ -8,10 +8,6 @@ namespace Core {
|
|||
class System;
|
||||
}
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Service::IR {
|
||||
|
||||
void InstallInterfaces(Core::System& system);
|
||||
|
|
Loading…
Reference in a new issue