[Spice-commits] src/channel-display-priv.h src/spice-channel-cache.h src/spice-session.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 20 17:09:05 UTC 2018


 src/channel-display-priv.h |    1 -
 src/spice-channel-cache.h  |    1 -
 src/spice-session.c        |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 94f186eafb8239e85885ad749b9244cb364cc415
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Dec 20 16:00:00 2018 +0000

    Do not include unused common/ring.h header
    
    Commit 4398554be49b removed last usage of Ring/RingItem structures,
    there's no need to include the header anymore.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/src/channel-display-priv.h b/src/channel-display-priv.h
index c1b3fe5..de5feea 100644
--- a/src/channel-display-priv.h
+++ b/src/channel-display-priv.h
@@ -28,7 +28,6 @@
 
 #include "common/canvas_utils.h"
 #include "client_sw_canvas.h"
-#include "common/ring.h"
 #include "common/quic.h"
 #include "common/rop3.h"
 
diff --git a/src/spice-channel-cache.h b/src/spice-channel-cache.h
index e6e01e1..365fae6 100644
--- a/src/spice-channel-cache.h
+++ b/src/spice-channel-cache.h
@@ -19,7 +19,6 @@
 # define SPICE_CHANNEL_CACHE_H_
 
 #include "common/mem.h"
-#include "common/ring.h"
 
 G_BEGIN_DECLS
 
diff --git a/src/spice-session.c b/src/spice-session.c
index 7ea1c21..a2ed401 100644
--- a/src/spice-session.c
+++ b/src/spice-session.c
@@ -22,7 +22,6 @@
 #ifdef G_OS_UNIX
 #include <gio/gunixsocketaddress.h>
 #endif
-#include "common/ring.h"
 
 #include "spice-client.h"
 #include "spice-common.h"


More information about the Spice-commits mailing list