mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 05:45:21 +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,6 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include <set>
|
||||
#include "Emu/Memory/vm.h"
|
||||
#include "GLFragmentProgram.h"
|
||||
|
||||
#include "Emu/System.h"
|
||||
#include "GLHelpers.h"
|
||||
#include "GLFragmentProgram.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue