Skip to content

Commit ddc883b

Browse files
committed
Remove unused include
1 parent 4371d66 commit ddc883b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

benchmark/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
* The full license is in the file LICENSE, distributed with this software. *
1010
****************************************************************************/
1111

12-
#include "xsimd_benchmark.hpp"
12+
#include <iostream>
1313
#include <map>
14+
#include <string>
15+
16+
#include "xsimd_benchmark.hpp"
1417

1518
void benchmark_operation()
1619
{

benchmark/xsimd_benchmark.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "xsimd/arch/xsimd_scalar.hpp"
1616
#include "xsimd/xsimd.hpp"
1717
#include <chrono>
18-
#include <iostream>
1918
#include <string>
2019
#include <vector>
2120

test/test_power.cpp

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

1515
#include "test_utils.hpp"
16-
#include <iostream>
1716

1817
template <class B>
1918
struct power_test

0 commit comments

Comments
 (0)