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:
Frediano Ziglio 2016-06-07 11:01:08 +01:00
parent e281703af8
commit a27eb96811

View File

@ -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;