mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	service/ir: Remove erroneous forward declaration
This can be removed as it's not used. Even if it were however, it would be an incorrect forward declaration, as ServiceManager exists within the Service::SM namespace, not the top-level SM namespace.
This commit is contained in:
		
							parent
							
								
									85d37c9994
								
							
						
					
					
						commit
						9cff314abb
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -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); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue