mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00: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
|
|
@ -20,6 +20,7 @@
|
|||
#include "util/yaml.hpp"
|
||||
#include "util/asm.hpp"
|
||||
#include "util/to_endian.hpp"
|
||||
#include "Utilities/File.h"
|
||||
#include "Utilities/StrUtil.h"
|
||||
#include "Utilities/bin_patch.h" // get_patches_path()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue