removed system includes

This commit is contained in:
Ahmet Inan 2020-10-13 10:47:14 +02:00
commit 4de8fe9af1
2 changed files with 0 additions and 4 deletions

View file

@ -6,8 +6,6 @@ Copyright 2020 Ahmet Inan <inan@aicodix.de>
#pragma once #pragma once
#include <cassert>
namespace DSP { namespace DSP {
template <typename TYPE, int SIZE> template <typename TYPE, int SIZE>

View file

@ -6,8 +6,6 @@ Copyright 2018 Ahmet Inan <inan@aicodix.de>
#pragma once #pragma once
#include <algorithm>
namespace DSP { namespace DSP {
template <int KNOTS, typename OTYPE, typename ITYPE> template <int KNOTS, typename OTYPE, typename ITYPE>