whisper : clean-up headers

This commit is contained in:
Georgi Gerganov 2025-10-09 10:48:40 +03:00
parent 8877dfc11a
commit 98930fded1
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -21,14 +21,12 @@
#define _USE_MATH_DEFINES
#include <cmath>
#include <climits>
#include <codecvt>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <fstream>
#include <functional>
#include <map>
#include <mutex>
#include <random>
#include <regex>
#include <set>
@ -36,6 +34,10 @@
#include <thread>
#include <vector>
#ifdef _MSC_VER
#include <codecvt>
#endif
#if defined(WHISPER_BIG_ENDIAN)
template<typename T>
static T byteswap(T value) {