[Spice-devel] [PATCH v2] cache-item.h: remove unnecessary channel include
Jonathon Jongsma
jjongsma at redhat.com
Tue May 24 16:49:15 UTC 2016
It's only necessary to include red-pipe-item.h
---
server/cache-item.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/server/cache-item.h b/server/cache-item.h
index d14e9a3..f13a69a 100644
--- a/server/cache-item.h
+++ b/server/cache-item.h
@@ -19,8 +19,7 @@
# define CACHE_ITEM_H_
#include <common/ring.h>
-
-#include "red-channel.h"
+#include "red-pipe-item.h"
typedef struct RedCacheItem RedCacheItem;
--
2.4.11
More information about the Spice-devel
mailing list