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,14 +2,12 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Common/ChunkFile.h"
#include "Common/CommonTypes.h"
#include "Core/ConfigManager.h"
#include "Core/Movie.h"
#include "Core/HW/Wiimote.h"
#include "Core/HW/WiimoteEmu/WiimoteEmu.h"
#include "Core/HW/WiimoteReal/WiimoteReal.h"
#include "InputCommon/InputConfig.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"