Skip to content

Commit 66b34d6

Browse files
committed
ggml: src: ggml-remotingfrontend/virtgpu: don't use absolute paths in include
1 parent eeba619 commit 66b34d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-remotingfrontend/virtgpu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
#include "virtgpu-forward.h"
1313
#include "virtgpu-utils.h"
14-
#include "/Users/kevinpouget/remoting/llama_cpp/src/ggml/src/ggml-remotingbackend/shared/api_remoting.h"
15-
#include "/Users/kevinpouget/remoting/llama_cpp/src/ggml/src/ggml-remotingbackend/shared/venus_cs.h"
14+
#include "../ggml-remotingbackend/shared/api_remoting.h"
15+
#include "../ggml-remotingbackend/shared/venus_cs.h"
1616

1717
#include "virtgpu-shm.h"
1818

0 commit comments

Comments
 (0)