summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-14 12:09:54 -0400
committerLioncash <mathew1800@gmail.com>2018-09-17 15:08:34 -0400
commitf7308a6c256bd23403ce17f1ab4caa29edf3903c (patch)
treea855b648fc32d7edafedbbaec1d142125c711244
parent2fd124bc9371dbbcb43d8eec7fbeb22032a9a753 (diff)
time_stretch: Remove unused <array> include
This isn't used within this header and isn't necessary.
-rw-r--r--src/audio_core/time_stretch.h1
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"