summaryrefslogtreecommitdiffstats
path: root/server/red_common.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-30 14:48:08 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-10-02 10:13:45 +0100
commit5e80266cb9dbe19b9e372a1559edc246f27cc6e6 (patch)
tree63c8d14f4a6b2c1eaf1a17c57919c9dc81da2038 /server/red_common.h
parent2cf810e99e10d197b3842fb8952a3af9e3855dc2 (diff)
downloadspice-5e80266cb9dbe19b9e372a1559edc246f27cc6e6.tar.gz
spice-5e80266cb9dbe19b9e372a1559edc246f27cc6e6.tar.xz
spice-5e80266cb9dbe19b9e372a1559edc246f27cc6e6.zip
server: remove useless includes
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/red_common.h')
-rw-r--r--server/red_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/red_common.h b/server/red_common.h
index 2b1c7aea..47e591d2 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"