mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +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
|
@ -12,7 +12,11 @@
|
|||
#include <wx/statbmp.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
||||
#include "Common/Assert.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/Movie.h"
|
||||
#include "Core/HW/Wiimote.h"
|
||||
#include "Core/HW/WiimoteEmu/WiimoteEmu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue