[Spice-devel] [PATCH 6/6] server: remove useless includes

Frediano Ziglio fziglio at redhat.com
Tue Sep 29 03:56:15 PDT 2015


From: Marc-André Lureau <marcandre.lureau at gmail.com>

---
 server/red_common.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/server/red_common.h b/server/red_common.h
index 2b1c7ae..47e591d 100644
--- a/server/red_common.h
+++ b/server/red_common.h
@@ -18,9 +18,8 @@
 #ifndef _H_RED_COMMON
 #define _H_RED_COMMON
 
-#include <sys/uio.h>
-#include <openssl/ssl.h>
 #include <spice/macros.h>
+#include <string.h>
 
 #include "common/mem.h"
 #include "common/spice_common.h"
-- 
2.4.3



More information about the Spice-devel mailing list