diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2016-02-22 10:20:21 +0000 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-03-04 14:24:54 +0000 |
commit | 597f30d5b7fb42a951b8b6033e8d7ea4a95cfce8 (patch) | |
tree | 40e5a8524f66783b0e98450ec14b49bf01bb9aa3 /server/cursor-channel.c | |
parent | 968d7df719db01b9f3670b84c3efc1d9746e4a5c (diff) |
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>
Diffstat (limited to 'server/cursor-channel.c')
-rw-r--r-- | server/cursor-channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/cursor-channel.c b/server/cursor-channel.c index 3e3c7a73..268e34f9 100644 --- a/server/cursor-channel.c +++ b/server/cursor-channel.c @@ -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 |