mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 03:35:52 +00:00
Reduce header dependency
Avoid dependencies from RedChannel stuff. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
e281703af8
commit
a27eb96811
@ -20,10 +20,10 @@
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <common/quic.h>
|
||||
#include <common/lz.h>
|
||||
|
||||
#include "red-channel.h"
|
||||
#include "stat.h"
|
||||
#include "red-parse-qxl.h"
|
||||
#include "image-cache.h"
|
||||
#include "glz-encoder.h"
|
||||
#include "jpeg-encoder.h"
|
||||
#ifdef USE_LZ4
|
||||
@ -31,6 +31,8 @@
|
||||
#endif
|
||||
#include "zlib-encoder.h"
|
||||
|
||||
struct RedClient;
|
||||
|
||||
typedef struct RedCompressBuf RedCompressBuf;
|
||||
typedef struct RedGlzDrawable RedGlzDrawable;
|
||||
typedef struct ImageEncoders ImageEncoders;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user