mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 14:30:36 +00:00
removed system includes
This commit is contained in:
parent
ad9407c66e
commit
4de8fe9af1
2 changed files with 0 additions and 4 deletions
2
deque.hh
2
deque.hh
|
|
@ -6,8 +6,6 @@ Copyright 2020 Ahmet Inan <inan@aicodix.de>
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cassert>
|
||||
|
||||
namespace DSP {
|
||||
|
||||
template <typename TYPE, int SIZE>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@ Copyright 2018 Ahmet Inan <inan@aicodix.de>
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace DSP {
|
||||
|
||||
template <int KNOTS, typename OTYPE, typename ITYPE>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue