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

@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Core/DSP/DSPCodeUtil.h"
#include <algorithm>
#include <iostream>
#include <string>
@@ -14,7 +16,6 @@
#include "Common/Swap.h"
#include "Core/DSP/DSPAssembler.h"
#include "Core/DSP/DSPCodeUtil.h"
#include "Core/DSP/DSPDisassembler.h"
namespace DSP