diff options
| author | 2018-09-14 12:09:54 -0400 | |
|---|---|---|
| committer | 2018-09-17 15:08:34 -0400 | |
| commit | f7308a6c256bd23403ce17f1ab4caa29edf3903c (patch) | |
| tree | a855b648fc32d7edafedbbaec1d142125c711244 /src | |
| parent | stream: Replace includes with forward declarations where applicable (diff) | |
| download | yuzu-f7308a6c256bd23403ce17f1ab4caa29edf3903c.tar.gz yuzu-f7308a6c256bd23403ce17f1ab4caa29edf3903c.tar.xz yuzu-f7308a6c256bd23403ce17f1ab4caa29edf3903c.zip | |
time_stretch: Remove unused <array> include
This isn't used within this header and isn't necessary.
Diffstat (limited to 'src')
| -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 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <array> | ||
| 8 | #include <cstddef> | 7 | #include <cstddef> |
| 9 | #include <SoundTouch.h> | 8 | #include <SoundTouch.h> |
| 10 | #include "common/common_types.h" | 9 | #include "common/common_types.h" |