mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Common: Cleanup key_map includes.
This commit is contained in:
		
							parent
							
								
									2d044a67c9
								
							
						
					
					
						commit
						596b7c4f63
					
				
					 13 changed files with 32 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -6,16 +6,18 @@
 | 
			
		|||
 | 
			
		||||
#include <array>
 | 
			
		||||
 | 
			
		||||
#include "core/hle/kernel/kernel.h"
 | 
			
		||||
#include "core/hle/service/service.h"
 | 
			
		||||
#include "common/bit_field.h"
 | 
			
		||||
#ifndef _MSC_VER
 | 
			
		||||
#include <cstddef>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
namespace Kernel {
 | 
			
		||||
    class SharedMemory;
 | 
			
		||||
    class Event;
 | 
			
		||||
}
 | 
			
		||||
#include "common/bit_field.h"
 | 
			
		||||
#include "common/common_funcs.h"
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
 | 
			
		||||
namespace Service {
 | 
			
		||||
 | 
			
		||||
class Interface;
 | 
			
		||||
 | 
			
		||||
namespace HID {
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,6 @@
 | 
			
		|||
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
 | 
			
		||||
#include "core/hle/kernel/kernel.h"
 | 
			
		||||
#include "core/hle/kernel/session.h"
 | 
			
		||||
 | 
			
		||||
////////////////////////////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue