diff --git a/ggml/src/ggml-opt.cpp b/ggml/src/ggml-opt.cpp index 808aa0d02..040205a31 100644 --- a/ggml/src/ggml-opt.cpp +++ b/ggml/src/ggml-opt.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/tests/test-opt.cpp b/tests/test-opt.cpp index 4abe85c74..f90c92b4b 100644 --- a/tests/test-opt.cpp +++ b/tests/test-opt.cpp @@ -5,7 +5,7 @@ #include "ggml-opt.h" #include -#include +#include #include #include #include diff --git a/tests/test-quantize-perf.cpp b/tests/test-quantize-perf.cpp index ac0d12714..288288493 100644 --- a/tests/test-quantize-perf.cpp +++ b/tests/test-quantize-perf.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include