[Spice-commits] server/dispatcher.c server/red-common.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 6 06:07:45 UTC 2018


 server/dispatcher.c |    1 -
 server/red-common.h |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 85d6d3594ad53cccad910675e1b5050cd30eb758
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Jul 3 12:42:48 2018 +0200

    build: Remove unneeded spice_common.h includes
    
    Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
    Acked-by: Jonathon Jongsma <jjongsma at redhat.com>

diff --git a/server/dispatcher.c b/server/dispatcher.c
index 0953db87..48dc915a 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 617e42d6..181ed283 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>
 


More information about the Spice-commits mailing list