mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	web_service: Remove unnecessary inclusions
Reduces the potential amount of rebuilding necessary if any headers change. In particular, we were including a header from the core library when we don't even link the core library to the web_service library, so this also gets rid of an indirect dependency.
This commit is contained in:
		
							parent
							
								
									9fb5cb580e
								
							
						
					
					
						commit
						b7518fc26c
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -4,8 +4,6 @@ | |||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include <functional> | ||||
| #include <future> | ||||
| #include <string> | ||||
| 
 | ||||
| namespace WebService { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue