cache-item.h: remove unnecessary channel include

It's only necessary to include red-pipe-item.h

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Jonathon Jongsma 2016-05-24 11:49:15 -05:00 committed by Frediano Ziglio
parent 5c64e01111
commit 0528c0877c

View File

@ -20,7 +20,7 @@
#include <common/ring.h>
#include "red-channel.h"
#include "red-pipe-item.h"
typedef struct RedCacheItem RedCacheItem;