[Spice-devel] [spice-server] build: Remove unneeded spice_common.h includes

Christophe Fergeau cfergeau at redhat.com
Tue Jul 3 10:42:48 UTC 2018


Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 server/dispatcher.c | 1 -
 server/red-common.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/server/dispatcher.c b/server/dispatcher.c
index 0953db875..48dc915a6 100644
--- a/server/dispatcher.c
+++ b/server/dispatcher.c
@@ -26,7 +26,6 @@
 #include <fcntl.h>
 #include <poll.h>
 
-#include <common/spice_common.h>
 #include "dispatcher.h"
 
 //#define DEBUG_DISPATCHER
diff --git a/server/red-common.h b/server/red-common.h
index 617e42d60..181ed283c 100644
--- a/server/red-common.h
+++ b/server/red-common.h
@@ -30,7 +30,6 @@
 #include <common/marshaller.h>
 #include <common/messages.h>
 #include <common/ring.h>
-#include <common/spice_common.h>
 #include <common/draw.h>
 #include <common/verify.h>
 
-- 
2.17.1



More information about the Spice-devel mailing list