[Spice-devel] [PATCH spice-server] red-pipe-item: Removed some not necessary headers inclusions

Jonathon Jongsma jjongsma at redhat.com
Fri Feb 22 23:14:47 UTC 2019


Acked-by: Jonathon Jongsma <jjongsma at redhat.com>


On Fri, 2019-02-22 at 16:12 +0000, Frediano Ziglio wrote:
> RedPipeItem is not using the Ring structures anymore.
> Also is not using GLib functionality.
> Just include base headers.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/red-pipe-item.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/server/red-pipe-item.h b/server/red-pipe-item.h
> index 8e9115725..2cfb5ddbd 100644
> --- a/server/red-pipe-item.h
> +++ b/server/red-pipe-item.h
> @@ -19,8 +19,8 @@
>  #ifndef RED_PIPE_ITEM_H_
>  #define RED_PIPE_ITEM_H_
>  
> -#include <glib.h>
> -#include <common/ring.h>
> +#include <stddef.h>
> +#include <inttypes.h>
>  
>  typedef struct RedPipeItem RedPipeItem;
>  



More information about the Spice-devel mailing list