mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-14 16:35:55 +02:00
tests: Harmonize header use (#25616)
* tests: Harmonize the use of private ggml includes * tests: In test-backend-ops, use quoted includes As with all other tests. This is to ensure that the build uses shipped headers over possibly system-installed ones.
This commit is contained in:
committed by
GitHub
parent
ad8d821991
commit
f4253ef965
@@ -1,8 +1,8 @@
|
||||
#include <ggml-alloc.h>
|
||||
#include <ggml-backend-impl.h>
|
||||
#include <ggml-cpp.h>
|
||||
#include <ggml-impl.h>
|
||||
#include <ggml.h>
|
||||
#include "ggml-alloc.h"
|
||||
#include "../ggml/src/ggml-backend-impl.h"
|
||||
#include "ggml-cpp.h"
|
||||
#include "../ggml/src/ggml-impl.h"
|
||||
#include "ggml.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <exception>
|
||||
|
||||
Reference in New Issue
Block a user