sha256_4way: do not include unnecessary headers, when !4way

Reported by lfm
This commit is contained in:
Jeff Garzik 2010-12-06 00:59:59 -05:00 committed by Jeff Garzik
parent 6b5fb469cc
commit 8ca6ffa8a9

View file

@ -4,15 +4,16 @@
// tcatm's 4-way 128-bit SSE2 SHA-256 // tcatm's 4-way 128-bit SSE2 SHA-256
#include "miner.h"
#ifdef WANT_SSE2_4WAY
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <xmmintrin.h> #include <xmmintrin.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include "miner.h"
#ifdef WANT_SSE2_4WAY
#define NPAR 32 #define NPAR 32