Skip to content

Commit d597b39

Browse files
Remove unused standard includes
1 parent 5f1c41c commit d597b39

16 files changed

Lines changed: 0 additions & 22 deletions

include/xsimd/arch/common/xsimd_common_memory.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <algorithm>
1616
#include <array>
1717
#include <complex>
18-
#include <stdexcept>
1918

2019
#include "../../types/xsimd_batch_constant.hpp"
2120
#include "./xsimd_common_details.hpp"

include/xsimd/arch/xsimd_avx512er.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef XSIMD_AVX512ER_HPP
1313
#define XSIMD_AVX512ER_HPP
1414

15-
#include <array>
16-
#include <type_traits>
1715

1816
#include "../types/xsimd_avx512er_register.hpp"
1917

include/xsimd/arch/xsimd_avx512ifma.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef XSIMD_AVX512IFMA_HPP
1313
#define XSIMD_AVX512IFMA_HPP
1414

15-
#include <array>
16-
#include <type_traits>
1715

1816
#include "../types/xsimd_avx512ifma_register.hpp"
1917

include/xsimd/arch/xsimd_avx512pf.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef XSIMD_AVX512PF_HPP
1313
#define XSIMD_AVX512PF_HPP
1414

15-
#include <array>
16-
#include <type_traits>
1715

1816
#include "../types/xsimd_avx512pf_register.hpp"
1917

include/xsimd/arch/xsimd_avx512vbmi.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#ifndef XSIMD_AVX512VBMI_HPP
1313
#define XSIMD_AVX512VBMI_HPP
1414

15-
#include <array>
1615
#include <type_traits>
1716

1817
#include "../types/xsimd_avx512vbmi_register.hpp"

include/xsimd/arch/xsimd_avx512vbmi2.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#ifndef XSIMD_AVX512VBMI2_HPP
1313
#define XSIMD_AVX512VBMI2_HPP
1414

15-
#include <array>
1615
#include <type_traits>
1716

1817
#include "../types/xsimd_avx512vbmi2_register.hpp"

include/xsimd/arch/xsimd_avx512vnni_avx512bw.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef XSIMD_AVX512VNNI_AVX512_BW_HPP
1313
#define XSIMD_AVX512VNNI_AVX512_BW_HPP
1414

15-
#include <array>
16-
#include <type_traits>
1715

1816
#include "../types/xsimd_avx512vnni_avx512bw_register.hpp"
1917

include/xsimd/arch/xsimd_avx512vnni_avx512vbmi2.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef XSIMD_AVX512VNNI_AVX512VBMI2_HPP
1313
#define XSIMD_AVX512VNNI_AVX512VBMI2_HPP
1414

15-
#include <array>
16-
#include <type_traits>
1715

1816
#include "../types/xsimd_avx512vnni_avx512vbmi2_register.hpp"
1917

include/xsimd/arch/xsimd_avxvnni.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef XSIMD_AVXVNNI_HPP
1313
#define XSIMD_AVXVNNI_HPP
1414

15-
#include <array>
16-
#include <type_traits>
1715

1816
#include "../types/xsimd_avxvnni_register.hpp"
1917

include/xsimd/arch/xsimd_emulated.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#define XSIMD_EMULATED_HPP
1414

1515
#include <complex>
16-
#include <limits>
1716
#include <numeric>
1817
#include <type_traits>
1918

0 commit comments

Comments
 (0)