mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Don't randomly include "stdafx.h"
It's file for precompiled headers. Include what is used, don't rely on transitive includes.
This commit is contained in:
parent
41ee792f95
commit
b7bf316c1a
96 changed files with 235 additions and 85 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "Utilities/Config.h"
|
||||
#include "Utilities/Timer.h"
|
||||
#include "Utilities/date_time.h"
|
||||
#include "Utilities/File.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/system_config.h"
|
||||
#include "Emu/IdManager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue