ggml-virtgpu: fix circular dependency in headers (#22557)

This commit is contained in:
JusteLeo
2026-05-02 15:28:50 +02:00
committed by GitHub
parent 63d93d1733
commit 09294365a9
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
#include "virtgpu-shm.h"
#include "virtgpu.h"
#include "ggml-remoting.h"
#include <assert.h>
+1
View File
@@ -1,4 +1,5 @@
#include "virtgpu.h"
#include "ggml-remoting.h"
#include <stdio.h>
#include <unistd.h>
-2
View File
@@ -18,8 +18,6 @@
#include <cstring>
#include "ggml-remoting.h"
#define VIRGL_RENDERER_UNSTABLE_APIS 1
#include "apir_hw.h"
#include <drm/virtgpu_drm.h>