Skip to content

Commit 5592f27

Browse files
danbevggerganov
authored andcommitted
ggml-cpu : remove stdlib include from repack.cpp (ggml/1276)
This commit removes the inclusion of `<cstdlib>`. 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.
1 parent e4868d1 commit 5592f27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cpu/repack.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <cmath>
1515
#include <cstring>
1616
#include <cassert>
17-
#include <cstdlib> // for qsort
1817
#include <cstdio> // for GGML_ASSERT
1918

2019
#include "repack.h"

0 commit comments

Comments
 (0)