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:
Frediano Ziglio 2016-02-22 10:20:21 +00:00
parent 968d7df719
commit 597f30d5b7
2 changed files with 1 additions and 2 deletions

View File

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

View File

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