[Spice-commits] server/main-channel.cpp server/red-channel.cpp server/reds.cpp server/red-worker.cpp
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Jun 29 08:14:11 UTC 2020
server/main-channel.cpp | 2 --
server/red-channel.cpp | 2 --
server/red-worker.cpp | 1 -
server/reds.cpp | 1 -
4 files changed, 6 deletions(-)
New commits:
commit 24c8692e5f6fbdb5f3b5778a94369aa67db0b2bc
Author: Frediano Ziglio <freddy77 at gmail.com>
Date: Fri Jun 26 07:39:01 2020 +0100
Remove useless "common/ring.h" include
Not used directly by these source files.
Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
diff --git a/server/main-channel.cpp b/server/main-channel.cpp
index 388d0e46..425ebf00 100644
--- a/server/main-channel.cpp
+++ b/server/main-channel.cpp
@@ -17,8 +17,6 @@
*/
#include <config.h>
-#include <common/ring.h>
-
#include "red-common.h"
#include "reds.h"
#include "red-channel-client.h"
diff --git a/server/red-channel.cpp b/server/red-channel.cpp
index 38795e13..cfe2e606 100644
--- a/server/red-channel.cpp
+++ b/server/red-channel.cpp
@@ -20,8 +20,6 @@
*/
#include <config.h>
-#include <common/ring.h>
-
#include "red-channel.h"
#include "red-channel-client.h"
#include "reds.h"
diff --git a/server/red-worker.cpp b/server/red-worker.cpp
index 86b02bfd..830adc37 100644
--- a/server/red-worker.cpp
+++ b/server/red-worker.cpp
@@ -36,7 +36,6 @@
#include <common/lz.h>
#include <common/rect.h>
#include <common/region.h>
-#include <common/ring.h>
#include "display-channel.h"
#include "video-stream.h"
diff --git a/server/reds.cpp b/server/reds.cpp
index b153dbb0..a4d4e837 100644
--- a/server/reds.cpp
+++ b/server/reds.cpp
@@ -51,7 +51,6 @@
#include <spice/stats.h>
#include <common/generated_server_marshallers.h>
-#include <common/ring.h>
#include "spice-wrapped.h"
#include "reds.h"
More information about the Spice-commits
mailing list