- removed useless x86.h #include's
This commit is contained in:
parent
d9a5c00cd4
commit
6d47d79e22
13 changed files with 0 additions and 15 deletions
|
|
@ -28,7 +28,6 @@
|
|||
#include "model.h"
|
||||
#include "poly_thread.h"
|
||||
#include "screen_triangle.h"
|
||||
#include "x86.h"
|
||||
|
||||
#ifndef NO_SSE
|
||||
#include <immintrin.h>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include "poly_triangle.h"
|
||||
#include "poly_thread.h"
|
||||
#include "screen_triangle.h"
|
||||
#include "x86.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "templates.h"
|
||||
#include "poly_thread.h"
|
||||
#include "screen_scanline_setup.h"
|
||||
#include "x86.h"
|
||||
#include <cmath>
|
||||
|
||||
#ifndef NO_SSE
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "templates.h"
|
||||
#include "poly_thread.h"
|
||||
#include "screen_scanline_setup.h"
|
||||
#include "x86.h"
|
||||
#include <cmath>
|
||||
|
||||
static uint32_t SampleTexture(uint32_t u, uint32_t v, const void* texPixels, int texWidth, int texHeight, bool texBgra)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include "screen_blend.h"
|
||||
#include "screen_scanline_setup.h"
|
||||
#include "screen_shader.h"
|
||||
#include "x86.h"
|
||||
#include <cmath>
|
||||
|
||||
static void WriteDepth(int y, int x0, int x1, PolyTriangleThreadData* thread)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue