From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwUlR-00089w-7j for qemu-devel@nongnu.org; Wed, 01 Aug 2012 04:58:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwUlL-0002iJ-4a for qemu-devel@nongnu.org; Wed, 01 Aug 2012 04:58:45 -0400 From: Amos Kong Date: Wed, 1 Aug 2012 16:59:02 +0800 Message-Id: <1343811543-12137-3-git-send-email-akong@redhat.com> In-Reply-To: <1343811543-12137-1-git-send-email-akong@redhat.com> References: <1343811543-12137-1-git-send-email-akong@redhat.com> In-Reply-To: <1342539951-30915-1-git-send-email-akong@redhat.com> References: <1342539951-30915-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [RESEND PATCH 2/3] remove unused include of error.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: aliguori@us.ibm.com, Amos Kong , quintela@redhat.com Signed-off-by: Amos Kong --- qemu_socket.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu_socket.h b/qemu_socket.h index 4689ff3..1a2f517 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -27,7 +27,6 @@ int inet_aton(const char *cp, struct in_addr *ia); #endif /* !_WIN32 */ #include "qemu-option.h" -#include "error.h" #include "qerror.h" /* misc helpers */ -- 1.7.1