mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	kernel/process: Remove unused boost header include
Boost headers typically include a lot of other headers, so removing this can prevent a bit of unnecessary compiler churn when building.
This commit is contained in:
		
							parent
							
								
									55f8111543
								
							
						
					
					
						commit
						19dcb50692
					
				@ -10,7 +10,6 @@
 | 
			
		||||
#include <list>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <boost/container/static_vector.hpp>
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
#include "core/hle/kernel/address_arbiter.h"
 | 
			
		||||
#include "core/hle/kernel/handle_table.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user