Don't include C++17 execution headers directly

This commit is contained in:
Tom Lin 2022-07-30 08:04:03 +01:00
parent 72335f320e
commit 80853e66e0
2 changed files with 0 additions and 8 deletions

View File

@ -6,10 +6,6 @@
#include "STDIndicesStream.h" #include "STDIndicesStream.h"
#include <algorithm>
#include <execution>
#include <numeric>
#ifndef ALIGNMENT #ifndef ALIGNMENT
#define ALIGNMENT (2*1024*1024) // 2MB #define ALIGNMENT (2*1024*1024) // 2MB
#endif #endif

View File

@ -6,10 +6,6 @@
#include "STDRangesStream.hpp" #include "STDRangesStream.hpp"
#include <algorithm>
#include <execution>
#include <ranges>
#ifndef ALIGNMENT #ifndef ALIGNMENT
#define ALIGNMENT (2*1024*1024) // 2MB #define ALIGNMENT (2*1024*1024) // 2MB
#endif #endif