mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
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.
This commit is contained in:
parent
e4868d16d2
commit
5592f278b6
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdlib> // for qsort
|
|
||||||
#include <cstdio> // for GGML_ASSERT
|
#include <cstdio> // for GGML_ASSERT
|
||||||
|
|
||||||
#include "repack.h"
|
#include "repack.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue