소스 검색

time_stretch: Remove unused <array> include

This isn't used within this header and isn't necessary.
Lioncash 8 년 전
부모
커밋
f7308a6c25
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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"