From fec60890dbf8666da0317dac7b391cd5bd093125 Mon Sep 17 00:00:00 2001
Message-Id: <fec60890dbf8666da0317dac7b391cd5bd093125.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:38:07 +0200
Subject: [PATCH 045/114] Revert "qga/channel-posix.c: Include headers it
 needs"

This reverts commit d837bb9dfbbd5b3bfffd21de2d1b29524bbfb8f1.

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 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/qga/channel-posix.c b/qga/channel-posix.c
index 484dd95..e345baf 100644
--- a/qga/channel-posix.c
+++ b/qga/channel-posix.c
@@ -1,10 +1,5 @@
 #include <glib.h>
 #include <termios.h>
-#include <errno.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include "osdep.h"
 #include "qemu_socket.h"
 #include "qga/channel.h"
 
-- 
1.7.11.7

