ggml-virtgpu: fix circular dependency in headers (llama/22557)
This commit is contained in:
parent
07854cd146
commit
ac514b3520
|
|
@ -1,6 +1,7 @@
|
||||||
#include "virtgpu-shm.h"
|
#include "virtgpu-shm.h"
|
||||||
|
|
||||||
#include "virtgpu.h"
|
#include "virtgpu.h"
|
||||||
|
#include "ggml-remoting.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#include "virtgpu.h"
|
#include "virtgpu.h"
|
||||||
|
#include "ggml-remoting.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,6 @@
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include "ggml-remoting.h"
|
|
||||||
|
|
||||||
#define VIRGL_RENDERER_UNSTABLE_APIS 1
|
#define VIRGL_RENDERER_UNSTABLE_APIS 1
|
||||||
#include "apir_hw.h"
|
#include "apir_hw.h"
|
||||||
#include <drm/virtgpu_drm.h>
|
#include <drm/virtgpu_drm.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue