From 80853e66e07faa97779495a49f4f8f1fec5433f4 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Sat, 30 Jul 2022 08:04:03 +0100 Subject: [PATCH] Don't include C++17 execution headers directly --- src/std-indices/STDIndicesStream.cpp | 4 ---- src/std-ranges/STDRangesStream.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/std-indices/STDIndicesStream.cpp b/src/std-indices/STDIndicesStream.cpp index 6ea3362..6e13597 100644 --- a/src/std-indices/STDIndicesStream.cpp +++ b/src/std-indices/STDIndicesStream.cpp @@ -6,10 +6,6 @@ #include "STDIndicesStream.h" -#include -#include -#include - #ifndef ALIGNMENT #define ALIGNMENT (2*1024*1024) // 2MB #endif diff --git a/src/std-ranges/STDRangesStream.cpp b/src/std-ranges/STDRangesStream.cpp index a8a1349..e05a7d1 100644 --- a/src/std-ranges/STDRangesStream.cpp +++ b/src/std-ranges/STDRangesStream.cpp @@ -6,10 +6,6 @@ #include "STDRangesStream.hpp" -#include -#include -#include - #ifndef ALIGNMENT #define ALIGNMENT (2*1024*1024) // 2MB #endif