mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
red-common: Remove ring.h inclusion
These structures are not used that extensively, do not include in the common header. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
d1023dc09e
commit
b8c1926608
@ -23,6 +23,7 @@
|
||||
#include <pthread.h>
|
||||
#include <common/quic.h>
|
||||
#include <common/lz.h>
|
||||
#include <common/ring.h>
|
||||
|
||||
#include "stat.h"
|
||||
#include "red-parse-qxl.h"
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
#ifndef PIXMAP_CACHE_H_
|
||||
#define PIXMAP_CACHE_H_
|
||||
|
||||
#include <common/ring.h>
|
||||
|
||||
#include "red-channel.h"
|
||||
|
||||
#define MAX_CACHE_CLIENTS 4
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
#include <common/lz_common.h>
|
||||
#include <common/marshaller.h>
|
||||
#include <common/messages.h>
|
||||
#include <common/ring.h>
|
||||
#include <common/draw.h>
|
||||
#include <common/verify.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user