Remove special rules for Windows.h and library includes
This commit is contained in:
parent
84fbbe2629
commit
f120e78b56
6 changed files with 8 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue