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/0.0.6073~91 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5592f278b6ec6aa4a1793e89e8c61838a12ebc9d;p=pkg%2Fggml%2Fsources%2Fllama.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"