[Spice-commits] server/cache-item.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue May 24 16:54:00 UTC 2016


 server/cache-item.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0528c0877c6af12b229bc742f61d7eb476d76ee6
Author: Jonathon Jongsma <jjongsma at redhat.com>
Date:   Tue May 24 11:49:15 2016 -0500

    cache-item.h: remove unnecessary channel include
    
    It's only necessary to include red-pipe-item.h
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/cache-item.h b/server/cache-item.h
index d14e9a3..fb19893 100644
--- a/server/cache-item.h
+++ b/server/cache-item.h
@@ -20,7 +20,7 @@
 
 #include <common/ring.h>
 
-#include "red-channel.h"
+#include "red-pipe-item.h"
 
 typedef struct RedCacheItem RedCacheItem;
 


More information about the Spice-commits mailing list