Remove unused includes

This commit is contained in:
practicalswift 2019-07-31 10:03:55 +00:00
parent eb292af309
commit 084e17cebd
119 changed files with 0 additions and 159 deletions

View file

@ -4,7 +4,6 @@
#include <crypto/aes.h>
#include <assert.h>
#include <string.h>
extern "C" {

View file

@ -4,7 +4,6 @@
#include <crypto/chacha_poly_aead.h>
#include <crypto/common.h>
#include <crypto/poly1305.h>
#include <support/cleanse.h>

View file

@ -7,7 +7,6 @@
#include <assert.h>
#include <string.h>
#include <atomic>
#if defined(__x86_64__) || defined(__amd64__) || defined(__i386__)
#if defined(USE_ASM)

View file

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