mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-22 10:11:41 +00:00
ControllerEmu: Replace includes with forward declarations
Replaces includes with forward declarations where applicable, and moves includes to where they're actually needed.
This commit is contained in:
parent
9d0a78db20
commit
14c81764df
13 changed files with 17 additions and 6 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "InputCommon/ControllerEmu/Control/Control.h"
|
||||
#include "InputCommon/ControllerEmu/ControlGroup/ControlGroup.h"
|
||||
#include "InputCommon/ControllerEmu/ControlGroup/Extension.h"
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
||||
namespace ControllerEmu
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue