Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
This commit is contained in:
parent
23ec6b3d8f
commit
d96a9e0c11
32 changed files with 80 additions and 12 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "common/bit_field.h"
|
||||
#include "core/core_timing.h"
|
||||
#include "core/frontend/input.h"
|
||||
#include "core/hle/ipc_helpers.h"
|
||||
#include "core/hle/kernel/event.h"
|
||||
#include "core/hle/kernel/shared_memory.h"
|
||||
#include "core/hle/service/hid/hid.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <boost/optional.hpp>
|
||||
#include "common/string_util.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/hle/ipc_helpers.h"
|
||||
#include "core/hle/kernel/event.h"
|
||||
#include "core/hle/kernel/shared_memory.h"
|
||||
#include "core/hle/service/ir/extra_hid.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue