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:
Lioncash
2017-06-08 00:53:59 -04:00
parent b003108b8b
commit dd4203bec8
97 changed files with 148 additions and 138 deletions

View File

@ -22,6 +22,8 @@
// the just used buffer through the AXList (or whatever it might be called in
// Nintendo games).
#include "Core/HW/DSP.h"
#include <memory>
#include "AudioCommon/AudioCommon.h"
@ -31,11 +33,10 @@
#include "Core/ConfigManager.h"
#include "Core/CoreTiming.h"
#include "Core/DSPEmulator.h"
#include "Core/HW/DSP.h"
#include "Core/HW/MMIO.h"
#include "Core/HW/Memmap.h"
#include "Core/HW/ProcessorInterface.h"
#include "Core/PowerPC/JitInterface.h"
#include "Core/PowerPC/PowerPC.h"
namespace DSP