From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx8DG-0004mm-93 for qemu-devel@nongnu.org; Thu, 02 Aug 2012 23:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sx8DC-00069O-84 for qemu-devel@nongnu.org; Thu, 02 Aug 2012 23:06:04 -0400 From: Amos Kong Date: Fri, 3 Aug 2012 11:06:21 +0800 Message-Id: <1343963182-28297-2-git-send-email-akong@redhat.com> In-Reply-To: <1343963182-28297-1-git-send-email-akong@redhat.com> References: <1343963182-28297-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH v2 1/2] 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: stefanha@gmail.com, 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