Common: Cleanup key_map includes.

This commit is contained in:
Emmanuel Gil Peyrot 2015-06-21 13:40:28 +01:00
parent 2d044a67c9
commit 596b7c4f63
13 changed files with 32 additions and 19 deletions

View file

@ -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 {
/**