mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Core: Remove unnecessary includes
Also moves a cpp file's related header file to the top of the inclusions if it isn't already there.
This commit is contained in:
@ -37,13 +37,14 @@ This file mainly deals with the [Drive I/F], however [AIDFR] controls
|
||||
TODO maybe the files should be merged?
|
||||
*/
|
||||
|
||||
#include "Core/HW/AudioInterface.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "AudioCommon/AudioCommon.h"
|
||||
#include "Common/ChunkFile.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/CoreTiming.h"
|
||||
#include "Core/HW/AudioInterface.h"
|
||||
#include "Core/HW/MMIO.h"
|
||||
#include "Core/HW/ProcessorInterface.h"
|
||||
#include "Core/HW/SystemTimers.h"
|
||||
|
Reference in New Issue
Block a user