Remove unnecessary header includes

- Manually removed lot of unneeded #includes to clean code and reduce
  compilation time
- Reordered some of the #includes to be in more logical order
This commit is contained in:
Lassi Hämäläinen
2018-09-29 01:12:00 +03:00
committed by Ivan
parent 23432d420d
commit c963c51a60
72 changed files with 120 additions and 139 deletions
+2 -1
View File
@@ -1,4 +1,6 @@
#include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Utilities/VirtualMemory.h"
#include "Utilities/bin_patch.h"
#include "Crypto/sha1.h"
@@ -8,7 +10,6 @@
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUOpcodes.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/PPUAnalyser.h"
#include "Emu/Cell/lv2/sys_prx.h"