mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 06:32:44 +00:00
red-pipe-item: Removed some not necessary headers inclusions
RedPipeItem is not using the Ring structures anymore. Also is not using GLib functionality. Just include base headers. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
818e44b5df
commit
6d8d4d556a
@ -19,8 +19,8 @@
|
||||
#ifndef RED_PIPE_ITEM_H_
|
||||
#define RED_PIPE_ITEM_H_
|
||||
|
||||
#include <glib.h>
|
||||
#include <common/ring.h>
|
||||
#include <stddef.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
typedef struct RedPipeItem RedPipeItem;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user