From: Daniel Bevenius Date: Mon, 21 Jul 2025 13:53:12 +0000 (+0200) Subject: ggml-cpu : remove stdlib include from repack.cpp (ggml/1276) X-Git-Tag: upstream/1.8.0~378 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e238dc1bdd07cef9fd1069ae2f585beb205d7b43;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml-cpu : remove stdlib include from repack.cpp (ggml/1276) This commit removes the inclusion of ``. The motivation for this change is that this source file does not seem to use any functions from this header and the comment about `qsort` is a little misleading/confusing. --- diff --git a/ggml/src/ggml-cpu/repack.cpp b/ggml/src/ggml-cpu/repack.cpp index 72ee93a5..74c1c029 100644 --- a/ggml/src/ggml-cpu/repack.cpp +++ b/ggml/src/ggml-cpu/repack.cpp @@ -14,7 +14,6 @@ #include #include #include -#include // for qsort #include // for GGML_ASSERT #include "repack.h"