Skip to content

Commit 04a395e

Browse files
committed
ggml-cpu: switch to quotes for import
Signed-off-by: Aaron Teo <[email protected]>
1 parent 263b820 commit 04a395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#if defined(GGML_VXE)
3232
#include <vecintrin.h>
33-
#include <ggml-cpu/arch/s390/typedef.h>
33+
#include "ggml-cpu/arch/s390/typedef.h"
3434
#endif
3535

3636
#if defined(GGML_NNPA)

0 commit comments

Comments
 (0)