HW: Remove unnecessary header inclusions

This commit is contained in:
Lioncash
2016-01-12 22:34:13 -05:00
parent 8f8134f5f4
commit f2038b9e90
84 changed files with 177 additions and 148 deletions

View File

@ -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() {}