From patchwork Fri Aug 3 03:06:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,1/2] remove unused include of error.h From: Amos Kong X-Patchwork-Id: 174863 Message-Id: <1343963182-28297-2-git-send-email-akong@redhat.com> To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: stefanha@gmail.com, aliguori@us.ibm.com, Amos Kong , quintela@redhat.com Date: Fri, 3 Aug 2012 11:06:21 +0800 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 */