mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +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
|
@ -1,5 +1,4 @@
|
|||
// No BOM and only basic ASCII in this file, or a neko will die
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h" // No BOM and only basic ASCII in this file, or a neko will die
|
||||
|
||||
static_assert(std::endian::native == std::endian::little || std::endian::native == std::endian::big);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue