mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
reduce header dependencies
Avoid to include headers in cursor-channel.h which are only used by cursor-channel.c Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
968d7df719
commit
597f30d5b7
@ -22,6 +22,7 @@
|
||||
#include <glib.h>
|
||||
#include "common/generated_server_marshallers.h"
|
||||
#include "cursor-channel.h"
|
||||
#include "cache-item.h"
|
||||
|
||||
#define CLIENT_CURSOR_CACHE_SIZE 256
|
||||
|
||||
|
||||
@ -22,8 +22,6 @@
|
||||
#include "reds.h"
|
||||
#include "red-worker.h"
|
||||
#include "red-parse-qxl.h"
|
||||
#include "cache-item.h"
|
||||
#include "stat.h"
|
||||
|
||||
typedef struct CursorChannel CursorChannel;
|
||||
typedef struct CursorChannelClient CursorChannelClient;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user