mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +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
|
|
@ -1,8 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include "util/types.hpp"
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
namespace fs
|
||||
{
|
||||
class file;
|
||||
}
|
||||
|
||||
namespace psf
|
||||
{
|
||||
enum class format : u16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue