mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
HW: Remove unnecessary header inclusions
This commit is contained in:
parent
8f8134f5f4
commit
f2038b9e90
84 changed files with 177 additions and 148 deletions
|
@ -2,9 +2,12 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "InputCommon/GCAdapter.h"
|
||||
|
||||
namespace GCAdapter
|
||||
{
|
||||
|
||||
void Init() {}
|
||||
void Reset() {}
|
||||
void ResetRumble() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue