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:
Frediano Ziglio 2020-03-03 13:07:52 +00:00
parent d1023dc09e
commit b8c1926608
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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