Remove special rules for Windows.h and library includes

This commit is contained in:
Yuri Kunde Schlesner 2016-09-21 00:13:46 -07:00
parent 84fbbe2629
commit f120e78b56
6 changed files with 8 additions and 10 deletions

View file

@ -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"