Make reasoning about dependencies easier by not including unused dependencies

This commit is contained in:
practicalswift
2019-06-01 14:25:09 +02:00
parent c7cfd20a77
commit eca9767673
98 changed files with 0 additions and 214 deletions

View File

@@ -3,7 +3,6 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <crypto/aes.h>
#include <crypto/common.h>
#include <assert.h>
#include <string.h>

View File

@@ -3,7 +3,6 @@
#include <stdint.h>
#include <immintrin.h>
#include <crypto/sha256.h>
#include <crypto/common.h>
namespace sha256d64_avx2 {

View File

@@ -3,7 +3,6 @@
#include <stdint.h>
#include <immintrin.h>
#include <crypto/sha256.h>
#include <crypto/common.h>
namespace sha256d64_sse41 {