Explorar el Código

time_stretch: Remove unused <array> include

This isn't used within this header and isn't necessary.
Lioncash hace 7 años
padre
commit
f7308a6c25
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/audio_core/time_stretch.h

+ 0 - 1
src/audio_core/time_stretch.h

@@ -4,7 +4,6 @@
 
 #pragma once
 
-#include <array>
 #include <cstddef>
 #include <SoundTouch.h>
 #include "common/common_types.h"