From 9a59007537ccab6d7d2f71c73017b05b870b74c4 Mon Sep 17 00:00:00 2001
Message-Id: <9a59007537ccab6d7d2f71c73017b05b870b74c4.1367947969.git.minovotn@redhat.com>
In-Reply-To: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com>
References: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com>
From: Michal Novotny <minovotn@redhat.com>
Date: Tue, 7 May 2013 18:37:33 +0200
Subject: [PATCH 034/114] Revert "qga/channel-posix.c: Explicitly include
 string.h"

This reverts commit 442013252faf18c58bafe9912e85bb5e0e44f289.

Reverting as asked by Laszlo in message <51892739.2030807@redhat.com>
because of the ordering issue (most likely) related to supersed
testing.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
---
 qga/channel-posix.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qga/channel-posix.c b/qga/channel-posix.c
index 52f880d..484dd95 100644
--- a/qga/channel-posix.c
+++ b/qga/channel-posix.c
@@ -4,7 +4,6 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <stdlib.h>
-#include <string.h>
 #include "osdep.h"
 #include "qemu_socket.h"
 #include "qga/channel.h"
-- 
1.7.11.7

