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