mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:28:06 -05:00
Remove special rules for Windows.h and library includes
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <xmmintrin.h>
|
||||
#include <nihstro/shader_bytecode.h>
|
||||
#include <xmmintrin.h>
|
||||
#include "common/assert.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/vector_math.h"
|
||||
|
Reference in New Issue
Block a user