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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue