mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
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:
parent
23432d420d
commit
c963c51a60
72 changed files with 120 additions and 139 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "stdafx.h"
|
||||
#include "CgBinaryProgram.h"
|
||||
|
||||
#include "Emu/System.h"
|
||||
#include "CgBinaryProgram.h"
|
||||
#include "Emu/RSX/RSXVertexProgram.h"
|
||||
|
||||
void CgBinaryDisasm::AddScaCodeDisasm(const std::string& code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue