diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-14 12:09:54 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-17 15:08:34 -0400 |
commit | f7308a6c256bd23403ce17f1ab4caa29edf3903c (patch) | |
tree | a855b648fc32d7edafedbbaec1d142125c711244 /src/audio_core | |
parent | 2fd124bc9371dbbcb43d8eec7fbeb22032a9a753 (diff) |
time_stretch: Remove unused <array> include
This isn't used within this header and isn't necessary.
Diffstat (limited to 'src/audio_core')
-rw-r--r-- | src/audio_core/time_stretch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/time_stretch.h b/src/audio_core/time_stretch.h index c2286fba1..decd760f1 100644 --- a/src/audio_core/time_stretch.h +++ b/src/audio_core/time_stretch.h @@ -4,7 +4,6 @@ #pragma once -#include <array> #include <cstddef> #include <SoundTouch.h> #include "common/common_types.h" |