From 98930fded1c06e601a38903607af262f04893880 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 9 Oct 2025 10:48:40 +0300 Subject: [PATCH] whisper : clean-up headers --- src/whisper.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/whisper.cpp b/src/whisper.cpp index 39c53ba23..a49eb59aa 100644 --- a/src/whisper.cpp +++ b/src/whisper.cpp @@ -21,14 +21,12 @@ #define _USE_MATH_DEFINES #include #include -#include #include #include #include #include #include #include -#include #include #include #include @@ -36,6 +34,10 @@ #include #include +#ifdef _MSC_VER +#include +#endif + #if defined(WHISPER_BIG_ENDIAN) template static T byteswap(T value) {